Home
last modified time | relevance | path

Searched refs:ACK_INTERVAL (Results 1 – 3 of 3) sorted by relevance

/webrtc/sctp/src/timer/
H A Dack_timer.rs6 pub(crate) const ACK_INTERVAL: Duration = Duration::from_millis(200); constant
H A Dtimer_test.rs40 let mut rt = AckTimer::new(Arc::downgrade(&obs), ACK_INTERVAL); in test_ack_timer_start_and_stop()
52 sleep(ACK_INTERVAL + Duration::from_millis(50)).await; in test_ack_timer_start_and_stop()
/webrtc/sctp/src/association/
H A Dmod.rs366 ACK_INTERVAL, in new()