Searched refs:loss_delay (Results 1 – 1 of 1) sorted by relevance
601 let loss_delay = in detect_lost_packets() localVariable605 let loss_delay = cmp::max(loss_delay, GRANULARITY); in detect_lost_packets() localVariable608 let lost_send_time = now - loss_delay; in detect_lost_packets()651 None => unacked.time_sent + loss_delay, in detect_lost_packets()654 cmp::min(loss_time, unacked.time_sent + loss_delay), in detect_lost_packets()