Home
last modified time | relevance | path

Searched defs:in_congestion_recovery (Results 1 – 2 of 2) 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
258 let in_congestion_recovery = r.in_congestion_recovery(time_sent); in congestion_event() localVariable
Dmod.rs700 fn in_congestion_recovery(&self, sent_time: Instant) -> bool { in in_congestion_recovery() method