[TCP]: Congestion control initialization.
authorStephen Hemminger <shemminger@linux-foundation.org>
Tue, 24 Apr 2007 05:32:11 +0000 (22:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Apr 2007 05:32:11 +0000 (22:32 -0700)
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 <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found