]> git.baikalelectronics.ru Git - kernel.git/commit
net-tcp: Fast Open client - receiving SYN-ACK
authorYuchung Cheng <ycheng@google.com>
Thu, 19 Jul 2012 06:43:08 +0000 (06:43 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Jul 2012 18:02:03 +0000 (11:02 -0700)
commit388d5583973f7aa01a7a105ecbb0c6f47e9c6e0e
tree101ec972d397346ea603ee2a08b8320f1ed690eb
parentf468961843898e93d94a58d5165416fb2785d347
net-tcp: Fast Open client - receiving SYN-ACK

On receiving the SYN-ACK after SYN-data, the client needs to
a) update the cached MSS and cookie (if included in SYN-ACK)
b) retransmit the data not yet acknowledged by the SYN-ACK in the final ACK of
   the handshake.

Signed-off-by: Yuchung Cheng <ycheng@google.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c