git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f32621
)
[TCP] tcp_highspeed: Fix problem observed by Xiaoliang (David) Wei
author
Stephen Hemminger
<shemminger@osdl.org>
Sat, 3 Jun 2006 00:51:08 +0000
(17:51 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sat, 3 Jun 2006 00:51:08 +0000
(17:51 -0700)
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 <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found