HomeSort by: relevance | last modified time | path
    Searched defs:w_tcp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
tcp_congctl.c 928 u_long w_tcp; local in function:tcp_cubic_newack
940 /* Compute W_tcp(t) */
941 w_tcp = tp->snd_cubic_wmax * CUBIC_BETAA / CUBIC_BETAB +
944 if (tp->snd_cwnd > w_tcp) {
950 tp->snd_cwnd = w_tcp;
tcp_congctl.c 928 u_long w_tcp; local in function:tcp_cubic_newack
940 /* Compute W_tcp(t) */
941 w_tcp = tp->snd_cubic_wmax * CUBIC_BETAA / CUBIC_BETAB +
944 if (tp->snd_cwnd > w_tcp) {
950 tp->snd_cwnd = w_tcp;

Completed in 26 milliseconds