Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dcc_newreno.c88 nr->cong_wnd = nr->k_init_wnd; in newreno_set_max_dgram_size()
258 = safe_muldiv_u64(nr->cong_wnd, in newreno_cong()
266 nr->cong_wnd = nr->slow_start_thresh; in newreno_cong()
267 if (nr->cong_wnd < nr->k_min_wnd) in newreno_cong()
268 nr->cong_wnd = nr->k_min_wnd; in newreno_cong()
291 if (nr->bytes_in_flight >= nr->cong_wnd) in newreno_get_tx_allowance()
294 return nr->cong_wnd - nr->bytes_in_flight; in newreno_get_tx_allowance()
325 if (nr->bytes_in_flight >= nr->cong_wnd) in newreno_is_cong_limited()
335 return (nr->cong_wnd < nr->slow_start_thresh && wnd_rem <= nr->cong_wnd / 2) in newreno_is_cong_limited()
381 nr->cong_wnd += info->tx_size; in newreno_on_data_acked()
[all …]

Completed in 7 milliseconds