Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/cc/
H A Dcc_cubic.h79 #define CUBED_ROOT_MAX_ULONG 448845 macro
185 if (cwnd > CUBED_ROOT_MAX_ULONG) in cubic_cwnd()
187 if (cwnd < -CUBED_ROOT_MAX_ULONG) in cubic_cwnd()