]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] tcp: set default congestion control correctly for incoming connections
authorStephen Hemminger <shemminger@osdl.org>
Tue, 20 Sep 2005 20:39:47 +0000 (13:39 -0700)
committerChris Wright <chrisw@osdl.org>
Mon, 3 Oct 2005 23:27:18 +0000 (16:27 -0700)
commitfd3fb3e1109b3c0ba63358a17d1ebd845ceebdb0
tree78f316f78f07222f720a7248b3cd5483ac58e065
parent7d9e68d3ec0b72a77c6ce6a272f83844fa4f8e3e
[PATCH] tcp: set default congestion control correctly for incoming connections

Patch from Joel Sing to fix the default congestion control algorithm for incoming connections. If a new congestion control handler is added (via module),
it should become the default for new connections. Instead, the incoming
connections use reno. The cause is incorrect
initialisation causes the tcp_init_congestion_control() function to return
after the initial if test fails.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Acked-by: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Chris Wright <chrisw@osdl.org>
net/ipv4/tcp_minisocks.c