Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dcc_newreno.c72 size_t max_init_wnd; in newreno_set_max_dgram_size() local
77 max_init_wnd = 2 * max_dgram_size; in newreno_set_max_dgram_size()
78 if (max_init_wnd < MIN_MAX_INIT_WND_SIZE) in newreno_set_max_dgram_size()
79 max_init_wnd = MIN_MAX_INIT_WND_SIZE; in newreno_set_max_dgram_size()
82 if (nr->k_init_wnd > max_init_wnd) in newreno_set_max_dgram_size()
83 nr->k_init_wnd = max_init_wnd; in newreno_set_max_dgram_size()

Completed in 5 milliseconds