From: Scott Worley Date: Mon, 9 Oct 2023 03:49:43 +0000 (-0700) Subject: client: Send each report multiple times X-Git-Tag: v0.1.0~54 X-Git-Url: http://git.scottworley.com/tattlekey/commitdiff_plain/ff379463e38b1cebd43d5c2ab8a0a0ae8e7a9b53?hp=ff379463e38b1cebd43d5c2ab8a0a0ae8e7a9b53 client: Send each report multiple times UDP is unreliable. It would be better to re-send over a much longer interval, interleaving re-sends from different presses. Do this simple re-sending for now. ---