Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/recovery/
Dhystart.rs215 let init_cwnd = 30000; in reno_slow_start() localVariable
221 init_cwnd, in reno_slow_start()
228 assert_eq!((cwnd, ssthresh), (init_cwnd + size, init_ssthresh)); in reno_slow_start()