From: Stephen Hemminger Date: Tue, 24 Apr 2007 05:32:11 +0000 (-0700) Subject: [TCP]: Congestion control initialization. X-Git-Tag: v2.6.21~6^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d4d3d1e8807d6aa9822eeedf7fe8500e1b7e38d;p=pandora-kernel.git [TCP]: Congestion control initialization. Change to defer congestion control initialization. If setsockopt() was used to change TCP_CONGESTION before connection is established, then protocols that use sequence numbers to keep track of one RTT interval (vegas, illinois, ...) get confused. Change the init hook to be called after handshake. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed