Home
last modified time | relevance | path

Searched refs:CUBED_ROOT_MAX_ULONG (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/cc/
H A Dcc_cubic.h78 #define CUBED_ROOT_MAX_ULONG 448845 macro
198 if (cwnd > CUBED_ROOT_MAX_ULONG) in cubic_cwnd()
200 if (cwnd < -CUBED_ROOT_MAX_ULONG) in cubic_cwnd()