Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/recovery/
Dhystart.rs44 const MAX_RTT_THRESH: Duration = Duration::from_millis(16); constant
144 let rtt_thresh = cmp::min(rtt_thresh, MAX_RTT_THRESH); in on_packet_acked()