Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/recovery/
Dhystart.rs46 pub const LSS_DIVISOR: f64 = 0.25; constant
165 let k = cwnd as f64 / (LSS_DIVISOR * ssthresh as f64); in on_packet_acked()
300 let k = cur_ssthresh as f64 / (LSS_DIVISOR * cur_ssthresh as f64); in limited_slow_start()