Re: [PATCH v2 4/7] net-tcp: Fast Open client - receiving SYN-ACK
From: Eric Dumazet <hidden>
Date: 2012-07-18 21:27:46
From: Eric Dumazet <hidden>
Date: 2012-07-18 21:27:46
On Wed, 2012-07-18 at 14:01 -0700, Yuchung Cheng wrote:
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 <redacted> ---
Acked-by: Eric Dumazet <edumazet@google.com>