Searched refs:largest_lost_pkt (Results 1 – 1 of 1) sorted by relevance
612 let mut largest_lost_pkt = None; in detect_lost_packets() localVariable635 largest_lost_pkt = Some(unacked.clone()); in detect_lost_packets()661 if let Some(pkt) = largest_lost_pkt { in detect_lost_packets()717 &mut self, lost_bytes: usize, largest_lost_pkt: &Sent, in on_packets_lost()722 self.congestion_event(largest_lost_pkt.time_sent, epoch, now); in on_packets_lost()724 if self.in_persistent_congestion(largest_lost_pkt.pkt_num) { in on_packets_lost()