Searched refs:ACK_INTERVAL (Results 1 – 3 of 3) sorted by relevance
6 pub(crate) const ACK_INTERVAL: Duration = Duration::from_millis(200); constant
40 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()
366 ACK_INTERVAL, in new()