Home
last modified time | relevance | path

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

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