Files
linux/include/net
Patrick McManus ec3c0982a2 [TCP]: TCP_DEFER_ACCEPT updates - process as established
Change TCP_DEFER_ACCEPT implementation so that it transitions a
connection to ESTABLISHED after handshake is complete instead of
leaving it in SYN-RECV until some data arrvies. Place connection in
accept queue when first data packet arrives from slow path.

Benefits:
  - established connection is now reset if it never makes it
   to the accept queue

 - diagnostic state of established matches with the packet traces
   showing completed handshake

 - TCP_DEFER_ACCEPT timeouts are expressed in seconds and can now be
   enforced with reasonable accuracy instead of rounding up to next
   exponential back-off of syn-ack retry.

Signed-off-by: Patrick McManus <mcmanus@ducksong.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-03-21 16:33:01 -07:00
..
2008-02-06 19:25:06 -06:00
2008-03-05 18:37:16 -08:00
2007-10-10 16:53:11 -07:00
2006-12-02 21:22:55 -08:00
2007-10-10 16:53:56 -07:00
2008-02-29 11:14:50 -08:00
2008-01-28 15:01:08 -08:00
2008-01-28 14:53:47 -08:00
2008-02-29 11:46:17 -08:00
2006-03-20 22:59:36 -08:00
2008-01-28 15:11:09 -08:00
2007-10-07 23:44:17 -07:00
2008-03-21 15:54:53 -07:00