]> git.scottworley.com Git - tattlekey/blobdiff - client/config.c
client: Change wire format!: Expand `ago` field: 16 bits → 32 bits
[tattlekey] / client / config.c
index 61d64cef9e5297ce7ddf738adf7be3846a253c54..a708df4aed9095b91f7333c69a612a73ed6af681 100644 (file)
@@ -39,12 +39,7 @@ const u32_t config_minimum_seconds_between_button_presses = 1;
  *   etc.
  * This provides some robustness against network outages, automatically
  * replaying the log periodically to be collected after connectivity
- * is restored.
- *
- * Values above 17 are currently not recommended because the current
- * wire format uses a 16-bit field for a duration in seconds, which wraps
- * at 18 hours.
- *   */
+ * is restored. */
 const uint config_resend_count = 16;
 
 /* These control the size of the per-send-count press queues.