Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/recovery/
Dmod.rs572 self.drain_packets(epoch, now); in on_ack_received()
936 self.drain_packets(epoch, now); in detect_lost_packets()
941 fn drain_packets(&mut self, epoch: packet::Epoch, now: Instant) { in drain_packets() method