Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/recovery/
Dcubic.rs156 let in_congestion_recovery = r.in_congestion_recovery(packet.time_sent); in on_packet_acked() localVariable
160 if in_congestion_recovery { in on_packet_acked()
258 let in_congestion_recovery = r.in_congestion_recovery(time_sent); in congestion_event() localVariable
262 if !in_congestion_recovery { in congestion_event()
Dreno.rs57 if r.in_congestion_recovery(packet.time_sent) { in on_packet_acked()
106 if !r.in_congestion_recovery(time_sent) { in congestion_event()
Dmod.rs700 fn in_congestion_recovery(&self, sent_time: Instant) -> bool { in in_congestion_recovery() method