From: Eric Dumazet
Date: Wed, 09 Sep 2015 21:54:37 -0700
> From: Neal Cardwell
>
> Issuing a CC TX_START event on control frames like pure ACK
> is a waste of time, as a CC should not care.
>
> Following patch needs this change, as we want CUBIC to properly track
> idle time at a low cost, wit
From: Neal Cardwell
Issuing a CC TX_START event on control frames like pure ACK
is a waste of time, as a CC should not care.
Following patch needs this change, as we want CUBIC to properly track
idle time at a low cost, with a single TX_START being generated.
Yuchung might slightly refine the c