Searched defs:cur_cwnd (Results 1 – 2 of 2) sorted by relevance
628 let cur_cwnd = (prev_cwnd as f64 * BETA_CUBIC) as usize; in cubic_congestion_avoidance() localVariable1022 let cur_cwnd = (prev_cwnd as f64 * BETA_CUBIC) as usize; in cubic_spurious_congestion_event() localVariable1064 let cur_cwnd = (cur_cwnd as f64 * BETA_CUBIC) as usize; in cubic_spurious_congestion_event() localVariable1118 let cur_cwnd = (prev_cwnd as f64 * BETA_CUBIC) as usize; in cubic_fast_convergence() localVariable1164 let cur_cwnd = (prev_cwnd as f64 * BETA_CUBIC) as usize; in cubic_fast_convergence() localVariable
357 let cur_cwnd = in reno_congestion_avoidance() localVariable