Re: [PATCH 1/4] tcp: congestion control initialization

2007-04-23 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Mon, 23 Apr 2007 20:31:18 -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 inte

[PATCH 1/4] tcp: congestion control initialization

2007-04-23 Thread Stephen Hemminger
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.