Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_cubic.c72 static float tcp_cubic_coeff = 0.4f; variable
173 K = ((float)tp->t_ccstate->cub_last_max - win) / tp->t_maxseg / tcp_cubic_coeff; in tcp_cubic_update()
175 K = (tp->t_ccstate->cub_last_max - win) / tp->t_maxseg / tcp_cubic_coeff; in tcp_cubic_update()
200 var = var * var * var * (tcp_cubic_coeff * tp->t_maxseg); in tcp_cubic_update()