Searched refs:MAX_RETRANSMIT_DELAY (Results 1 – 1 of 1) sorted by relevance
19 const MAX_RETRANSMIT_DELAY: Duration = Duration::from_millis(10_000); constant607 pq.delay = MAX_RETRANSMIT_DELAY.min(pq.delay * 2); in dispatch()