Re: [PATCH 4/7] net-tcp: Fast Open client - receiving SYN-ACK
From: Yuchung Cheng <hidden>
Date: 2012-07-16 23:33:57
From: Yuchung Cheng <hidden>
Date: 2012-07-16 23:33:57
On Mon, Jul 16, 2012 at 3:57 PM, Vijay Subramanian [off-list ref] wrote:
On 16 July 2012 14:16, Yuchung Cheng [off-list ref] wrote:quoted
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 yet acknowledged by the SYN-ACK in the final ACK of the handshake.I think you mean "data not yet acknowledged " in point (b).
yes "not yet". I will fix it in the next round after I collect more reviews. Thanks!
Vijay