On Thu, May 3, 2018 at 11:01 AM, Sean Bruno wrote:
>
> @@ -242,8 +241,8 @@ tf_cwnd(int ticks_since_cong, int rtt_ticks, unsigned
> {
>
> /* Equation 4 of I-D. */
> - return (((wmax * CUBIC_BETA) + (((THREE_X_PT2 * ticks_since_cong *
> - smss) << CUBIC_SHIFT) / TWO_SUB_PT2
Author: sbruno
Date: Thu May 3 15:01:27 2018
New Revision: 333211
URL: https://svnweb.freebsd.org/changeset/base/333211
Log:
cc_cubic:
- Update cubic parameters to draft-ietf-tcpm-cubic-04
Submitted by: Matt Macy
Reviewed by: lstewart
Differential Revision:https://reviews.f