]> git.scottworley.com Git - tattlekey/commit - client/tattlekey.c
client: Send each report multiple times
authorScott Worley <scottworley@scottworley.com>
Mon, 9 Oct 2023 03:49:43 +0000 (20:49 -0700)
committerScott Worley <scottworley@scottworley.com>
Wed, 11 Oct 2023 01:48:30 +0000 (18:48 -0700)
commitff379463e38b1cebd43d5c2ab8a0a0ae8e7a9b53
tree6059d73bd76d4e223fa60d59552a4b3dfd1bfd98
parent38d971ac5039ae385ceed19e9f02722b60913f15
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.
client/config.c
client/config.h
client/tattlekey.c