From: Stephen Hemminger Date: Sat, 3 Jun 2006 00:51:08 +0000 (-0700) Subject: [TCP] tcp_highspeed: Fix problem observed by Xiaoliang (David) Wei X-Git-Tag: v2.6.17-rc6~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb80a6e1a521eb298edb4365429d533dd39427fa;p=pandora-kernel.git [TCP] tcp_highspeed: Fix problem observed by Xiaoliang (David) Wei When snd_cwnd is smaller than 38 and the connection is in congestion avoidance phase (snd_cwnd > snd_ssthresh), the snd_cwnd seems to stop growing. The additive increase was confused because C array's are 0 based. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed