Index: sys/netinet/cc/cc_cubic.c =================================================================== --- sys/netinet/cc/cc_cubic.c +++ sys/netinet/cc/cc_cubic.c @@ -176,7 +176,7 @@ CCV(ccv, snd_cwnd) = ulmin(w_tf, INT_MAX); } - else if (CCV(ccv, snd_cwnd) < w_cubic_next) { + else { /* * Concave or convex region, follow CUBIC * cwnd growth.