commit | e4c78840284f3f51b1896cf3936d60a6033c4d2c | [log] [tgz] |
---|---|---|
author | Patrick McManus <mcmanus@ducksong.com> | Fri Mar 21 16:29:22 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 21 16:29:22 2008 -0700 |
tree | b23dc99e6d96c2aa9813bf41aa1b0af8b95a735d | |
parent | 539fae89bebd16ebeafd57a87169bc56eb530d76 [diff] |
[TCP]: TCP_DEFER_ACCEPT updates - dont retxmt synack a socket in LISTEN that had completed its 3 way handshake, but not notified userspace because of SO_DEFER_ACCEPT, would retransmit the already acked syn-ack during the time it was waiting for the first data byte from the peer. Signed-off-by: Patrick McManus <mcmanus@ducksong.com> Acked-by: Eric Dumazet <dada1@cosmosbay.com> Signed-off-by: David S. Miller <davem@davemloft.net>