* 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.