On Fri, Jul 20, 2012 at 9:08 AM, Eric Dumazet [off-list ref] wrote:
So to address your point, maybe we should clear snd_cwnd_cnt
when leaving slow start for congestion avoidance phase ?
Sounds good. That can be a separate commit to add the new logic to the
end of tcp_slow_start() to check to see if we've bumped into ssthresh
and reset snd_cwnd_cnt.
neal