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

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

Completed in 226 milliseconds