tcp: Allow send-limited cwnd to grow up to max_burst when gso disabled
commit73c00341a340bda4aea6a5d765686e37d9f23441
authorJohn Heffner <johnwheffner@gmail.com>
Tue, 29 Apr 2008 10:13:02 +0000 (29 03:13 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 16 Jun 2008 20:19:57 +0000 (16 13:19 -0700)
tree8612624c61d110057f60ef73b5afbd6509eb5d3c
parent41308bd54a42725ec38924c09cc00e8a56022fef
tcp: Allow send-limited cwnd to grow up to max_burst when gso disabled

[ upstream commit: ce447eb91409225f8a488f6b7b2a1bdf7b2d884f ]

This changes the logic in tcp_is_cwnd_limited() so that cwnd may grow
up to tcp_max_burst() even when sk_can_gso() is false, or when
sysctl_tcp_tso_win_divisor != 0.

Signed-off-by: John Heffner <johnwheffner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
net/ipv4/tcp_cong.c