Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dcc_newreno.c19 uint64_t bytes_in_flight, cong_wnd, slow_start_thresh, bytes_acked; member
104 nr->slow_start_thresh = UINT64_MAX; in newreno_reset()
232 else if (nr->cong_wnd < nr->slow_start_thresh) in newreno_update_diag()
257 nr->slow_start_thresh in newreno_cong()
264 nr->slow_start_thresh = UINT64_MAX; in newreno_cong()
266 nr->cong_wnd = nr->slow_start_thresh; in newreno_cong()
335 return (nr->cong_wnd < nr->slow_start_thresh && wnd_rem <= nr->cong_wnd / 2) in newreno_is_cong_limited()
379 } else if (nr->cong_wnd < nr->slow_start_thresh) { in newreno_on_data_acked()

Completed in 7 milliseconds