]> git.scottworley.com Git - tattlekey/blobdiff - client/config.h
client: Change wire format!: Expand `ago` field: 16 bits → 32 bits
[tattlekey] / client / config.h
index 8d23169c2d2701fd7a53627f0609b8aa5a29731e..3a61793a372d6895de3d9324b9673aec20587d73 100644 (file)
@@ -59,12 +59,7 @@ extern const u32_t config_minimum_seconds_between_button_presses;
  *   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. */
 extern const uint config_resend_count;
 
 /* These control the size of the per-send-count press queues.