Re: [PATCH net] tcp: make congestion control optionally skip slow start after idle

2017-05-08 Thread David Miller
From: Wei Wang Date: Fri, 5 May 2017 12:53:23 -0700 > From: Wei Wang > > Congestion control modules that want full control over congestion > control behavior do not want the cwnd modifications controlled by > the sysctl_tcp_slow_start_after_idle code path. > So skip those code paths for CC mod

[PATCH net] tcp: make congestion control optionally skip slow start after idle

2017-05-05 Thread Wei Wang
From: Wei Wang Congestion control modules that want full control over congestion control behavior do not want the cwnd modifications controlled by the sysctl_tcp_slow_start_after_idle code path. So skip those code paths for CC modules that use the cong_control() API. As an example, those cwnd eff