Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_cubic.c86 static float tcp_cubic_coeff = 0.4f; variable
201 K = ((float)tp->t_ccstate->cub_last_max - win) / tp->t_maxseg / tcp_cubic_coeff; in tcp_cubic_update()
203 K = (tp->t_ccstate->cub_last_max - win) / tp->t_maxseg / tcp_cubic_coeff; in tcp_cubic_update()
228 var = var * var * var * (tcp_cubic_coeff * tp->t_maxseg); in tcp_cubic_update()