From: Stephen Hemminger Date: Wed, 21 Sep 2005 07:19:46 +0000 (-0700) Subject: [TCP]: Set default congestion control correctly for incoming connections. X-Git-Tag: v2.6.14-rc3~149^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7957aed72b104f7528da484f292442c6f3a131a1;p=pandora-kernel.git [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 Acked-by: Ian McDonald Signed-off-by: David S. Miller --- Reading git-diff-tree failed