Searched refs:DELAY_MAX_FACTOR (Results 1 – 1 of 1) sorted by relevance
25 const int DELAY_MAX_FACTOR = 16; variable224 return DELAY_UNIT * std::min(1 << (count_-1), DELAY_MAX_FACTOR); in resend_delay()