On Sat, 2016-02-06 at 03:13 -0500, David Miller wrote: > From: Eric Dumazet <eduma...@google.com> > Date: Mon, 1 Feb 2016 21:03:06 -0800 > > > Implements RFC 7413 (TCP Fast Open) 4.2.2, accepting payload and/or FIN > > in SYNACK messages, and prepare removal of SYN flag in tcp_recvmsg() > > Series applied, thanks Eric.
It seems I missed to call tcp_fin() if a FIN flag was present. (But then we had this issue before my patches, Yuchung, for a SYN packet + FIN ?) I will send a followup. Thanks David.