Re: [PATCH net-next] tcp: fix cwnd limited checking to improve congestion control
From: Eric Dumazet <hidden>
Date: 2014-05-02 22:05:45
From: Eric Dumazet <hidden>
Date: 2014-05-02 22:05:45
On Fri, 2014-05-02 at 17:55 -0400, David Miller wrote:
Indeed, once you remove the in_flight parameter from tcp_is_cwnd_limited() you can subsequently delete it from the ->cong_avoid() method signature and implementations.
Yes, I'll submit the cleanup shortly. Thanks David.