Home
last modified time | relevance | path

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

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