OSDN Git Service

[TCP]: BIC coding bug in Linux 2.6.13
authorStephen Hemminger <shemminger@osdl.org>
Wed, 5 Oct 2005 19:09:31 +0000 (12:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Oct 2005 19:09:31 +0000 (12:09 -0700)
commit42a39450f830c57432fd4e5644fa81f41ce7156d
tree3cf58d483f19f86c365f137acac46660901b0409
parentfab10fe37ad8dc4388fc444c89ef5aefe906354f
[TCP]: BIC coding bug in Linux 2.6.13

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>
net/ipv4/tcp_bic.c