Re: [PATCH net-next 0/2] tcp: fastopen: accept data/FIN present in SYNACK

2016-02-06 Thread Eric Dumazet
On Sat, 2016-02-06 at 03:13 -0500, David Miller wrote: > From: Eric Dumazet > 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 Er

Re: [PATCH net-next 0/2] tcp: fastopen: accept data/FIN present in SYNACK

2016-02-06 Thread David Miller
From: Eric Dumazet 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.

[PATCH net-next 0/2] tcp: fastopen: accept data/FIN present in SYNACK

2016-02-01 Thread Eric Dumazet
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() Eric Dumazet (2): tcp: fastopen: accept data/FIN present in SYNACK message tcp: do not enqueue skb with SYN flag include/net/tcp.h | 1 + net/ip