Searched refs:detect_lost_packets (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/quiche/src/recovery/ |
D | mod.rs | 564 self.detect_lost_packets(epoch, now, trace_id); in on_ack_received() 586 self.detect_lost_packets(epoch, now, trace_id); in on_loss_detection_timeout() 861 fn detect_lost_packets( in detect_lost_packets() method 1654 r.detect_lost_packets(packet::Epoch::Application, now, ""); in loss_on_pto() 1814 r.detect_lost_packets(packet::Epoch::Application, now, ""); in loss_on_timer() 1986 r.detect_lost_packets(packet::Epoch::Application, now, ""); in loss_on_reordering()
|