Searched refs:CUBIC_BETA (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/netinet/cc/
H A Dcc_cubic.h51 #define CUBIC_BETA 204 macro
225 return (((wmax * CUBIC_BETA) + (((THREE_X_PT2 * ticks_since_cong *
H A Dcc_cubic.c335 CCV(ccv, snd_cwnd) = max(1, ((CUBIC_BETA *
412 CCV(ccv, snd_ssthresh) = (CCV(ccv, snd_cwnd) * CUBIC_BETA)

Completed in 38 milliseconds