Home
last modified time | relevance | path

Searched defs:loss_delay (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dgeneral_loss_algorithm.cc117 const QuicTime::Delta loss_delay = max_rtt + (max_rtt >> reordering_shift_); in DetectLosses() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/recovery/
Dmod.rs479 let loss_delay = max_rtt.mul_f64(self.time_thresh); in on_ack_received() localVariable
868 let loss_delay = in detect_lost_packets() localVariable
872 let loss_delay = cmp::max(loss_delay, GRANULARITY); in detect_lost_packets() localVariable
/aosp_15_r20/external/rust/crates/quiche/src/recovery/
Dmod.rs479 let loss_delay = max_rtt.mul_f64(self.time_thresh); in on_ack_received() localVariable
868 let loss_delay = in detect_lost_packets() localVariable
872 let loss_delay = cmp::max(loss_delay, GRANULARITY); in detect_lost_packets() localVariable