Searched refs:largest_lost_pkt (Results 1 – 1 of 1) sorted by relevance
880 let mut largest_lost_pkt = None; in detect_lost_packets() localVariable903 largest_lost_pkt = Some(unacked.clone()); in detect_lost_packets()932 if let Some(pkt) = largest_lost_pkt { in detect_lost_packets()1004 &mut self, lost_bytes: usize, largest_lost_pkt: &Sent, in on_packets_lost()1009 self.congestion_event(lost_bytes, largest_lost_pkt.time_sent, epoch, now); in on_packets_lost()1011 if self.in_persistent_congestion(largest_lost_pkt.pkt_num) { in on_packets_lost()