]> git.scottworley.com Git - tattlekey/commit
client: Change wire format!: Expand `ago` field: 16 bits → 32 bits
authorScott Worley <scottworley@scottworley.com>
Tue, 10 Oct 2023 09:27:57 +0000 (02:27 -0700)
committerScott Worley <scottworley@scottworley.com>
Wed, 11 Oct 2023 01:50:05 +0000 (18:50 -0700)
commit9266b741959871619b5431a2b4e4ebdad5567a3d
treecf6b6761624e60bfe2a3281e7306e385816e854c
parent3a07ca822f74d4fa3ee27719b36c56c0206b8442
client: Change wire format!: Expand `ago` field: 16 bits → 32 bits

16-bit values of seconds only go up to 18 hours, and sometimes a little
more than that would be nice.

32 is overkill.  24 would have been fine, but would have been slightly
annoying to encode and parse.
client/config.c
client/config.h
client/net.c
client/net.h
client/tattlekey.c