Skip to main content

backoff_interval

Function backoff_interval 

Source
pub fn backoff_interval(base: Duration, retransmission_index: u32) -> Duration
Expand description

Wait time before the next retransmission per spec 4.12 backoff formula. retransmission_index is 0 for the wait after the initial transmission.