Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/recovery/
Dmod.rs610 let mut lost_bytes = 0; in detect_lost_packets() localVariable
631 lost_bytes += unacked.size; in detect_lost_packets()
662 self.on_packets_lost(lost_bytes, &pkt, epoch, now); in detect_lost_packets()
717 &mut self, lost_bytes: usize, largest_lost_pkt: &Sent, in on_packets_lost()
720 self.bytes_in_flight = self.bytes_in_flight.saturating_sub(lost_bytes); in on_packets_lost()