Searched refs:tcp_cubic_coeff (Results 1 – 1 of 1) sorted by relevance
72 static float tcp_cubic_coeff = 0.4f; variable173 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()