Searched defs:in_congestion_recovery (Results 1 – 2 of 2) sorted by relevance
156 let in_congestion_recovery = r.in_congestion_recovery(packet.time_sent); in on_packet_acked() localVariable258 let in_congestion_recovery = r.in_congestion_recovery(time_sent); in congestion_event() localVariable
700 fn in_congestion_recovery(&self, sent_time: Instant) -> bool { in in_congestion_recovery() method