pub fn backoff_interval(base: Duration, retransmission_index: u32) -> Duration
Wait time before the next retransmission per spec 4.12 backoff formula. retransmission_index is 0 for the wait after the initial transmission.
retransmission_index