]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] BIC coding bug in Linux 2.6.13
authorStephen Hemminger <shemminger@osdl.org>
Fri, 7 Oct 2005 23:43:51 +0000 (16:43 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 10 Oct 2005 18:50:54 +0000 (11:50 -0700)
commit1aa561c7dd019a6723deba2e0d408638e9172f01
tree9ed85b0a8f7eeb513a05fbb6813316f8ebfe0d4c
parent28f2367459dea7e7d56f16b9528691797e9cbd88
[PATCH] BIC coding bug in Linux 2.6.13

Please consider this change for 2.6.13-stable   Since BIC is
the default congestion control algorithm, this fix is quite
important.

Missing parenthesis in causes BIC to be slow in increasing congestion
window.

Spotted by Injong Rhee.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Chris Wright <chrisw@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/ipv4/tcp_bic.c