Home
last modified time | relevance | path

Searched refs:congestion_recovery_start_time (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/quiche/src/recovery/
Dcubic.rs114 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()
Dmod.rs123 congestion_recovery_start_time: Option<Instant>, field
182 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()
Dreno.rs107 r.congestion_recovery_start_time = Some(now); in congestion_event()