increase resend time

This commit is contained in:
Monica Moniot
2023-08-28 09:55:32 -04:00
parent 61e7c04b95
commit 9aa84521fa
+1 -1
View File
@@ -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;