mirror of
https://github.com/zerotier/sequential-exchange.git
synced 2026-05-22 16:28:28 -07:00
increase resend time
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@
|
||||
pub type SeqNo = u32;
|
||||
|
||||
/// The resend interval for a default instance of SeqEx.
|
||||
pub const DEFAULT_RESEND_INTERVAL_MS: i64 = 200;
|
||||
pub const DEFAULT_RESEND_INTERVAL_MS: i64 = 250;
|
||||
/// The initial sequence number for a default instance of SeqEx.
|
||||
pub const DEFAULT_INITIAL_SEQ_NO: SeqNo = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user