commit | 8e4178c1c7b52f7c99f5fd22ef7af6b2bff409e3 | [log] [tgz] |
---|---|---|
author | Yuchung Cheng <ycheng@google.com> | Thu Jul 19 06:43:08 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 19 11:02:03 2012 -0700 |
tree | 101ec972d397346ea603ee2a08b8320f1ed690eb | |
parent | 783237e8daf13481ee234997cbbbb823872ac388 [diff] |
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>