Home
last modified time | relevance | path

Searched defs:cur_cwnd (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/quiche/src/recovery/
Dcubic.rs628 let cur_cwnd = (prev_cwnd as f64 * BETA_CUBIC) as usize; in cubic_congestion_avoidance() localVariable
1022 let cur_cwnd = (prev_cwnd as f64 * BETA_CUBIC) as usize; in cubic_spurious_congestion_event() localVariable
1064 let cur_cwnd = (cur_cwnd as f64 * BETA_CUBIC) as usize; in cubic_spurious_congestion_event() localVariable
1118 let cur_cwnd = (prev_cwnd as f64 * BETA_CUBIC) as usize; in cubic_fast_convergence() localVariable
1164 let cur_cwnd = (prev_cwnd as f64 * BETA_CUBIC) as usize; in cubic_fast_convergence() localVariable
Dreno.rs357 let cur_cwnd = in reno_congestion_avoidance() localVariable