Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_prague.c81 static float cubic_fast_convergence_factor = 0.85f; variable
301 tp->t_ccstate->cubic_W_max = (uint32_t)((float)win * cubic_fast_convergence_factor); in tcp_prague_pre_fr()