Searched refs:congestion_recovery_start_time (Results 1 – 3 of 3) sorted by relevance
114 r.congestion_recovery_start_time = None; in collapse_cwnd()139 if let Some(recovery_start_time) = r.congestion_recovery_start_time { in on_packet_sent()141 r.congestion_recovery_start_time = in on_packet_sent()196 match r.congestion_recovery_start_time { in on_packet_acked()202 r.congestion_recovery_start_time = Some(now); in on_packet_acked()263 r.congestion_recovery_start_time = Some(now); in congestion_event()
123 congestion_recovery_start_time: Option<Instant>, field182 congestion_recovery_start_time: None, in new()701 match self.congestion_recovery_start_time { in in_congestion_recovery()702 Some(congestion_recovery_start_time) => in in_congestion_recovery()703 sent_time <= congestion_recovery_start_time, in in_congestion_recovery()871 self.congestion_recovery_start_time in fmt()
107 r.congestion_recovery_start_time = Some(now); in congestion_event()