Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_cubic.c75 static float tcp_cubic_beta = 0.8f; variable
85 tcp_cubic_beta = 0.7f; in tcp_cubic_init()
89 tcp_cubic_beta = 0.8f; in tcp_cubic_init()
264 float ai_factor = (float)3 * (1 - tcp_cubic_beta) / (1 + tcp_cubic_beta); in tcp_cubic_tcpwin()