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

/freebsd-13-stable/sys/netinet/cc/
H A Dcc_cubic.h49 #define CUBIC_SHIFT_4 32 macro
195 * The down shift by CUBIC_SHIFT_4 is because cwnd has 4 lots of
200 cwnd = ((cwnd * CUBIC_C_FACTOR) >> CUBIC_SHIFT_4) * smss + wmax;

Completed in 100 milliseconds