Re: [PATCH v2 net-next 0/9] mptcp: add syncookie support

2020-07-31 Thread Eric Dumazet
On 7/31/20 4:56 PM, David Miller wrote: > From: Florian Westphal > Date: Thu, 30 Jul 2020 21:25:49 +0200 > >> Changes in v2: > ... >> When syn-cookies are used the SYN?ACK never contains a MPTCP option, >> because the code path that creates a request socket based on a valid >> cookie ACK lack

Re: [PATCH v2 net-next 0/9] mptcp: add syncookie support

2020-07-31 Thread David Miller
From: Florian Westphal Date: Thu, 30 Jul 2020 21:25:49 +0200 > Changes in v2: ... > When syn-cookies are used the SYN?ACK never contains a MPTCP option, > because the code path that creates a request socket based on a valid > cookie ACK lacks the needed changes to construct MPTCP request sockets

[PATCH v2 net-next 0/9] mptcp: add syncookie support

2020-07-30 Thread Florian Westphal
Changes in v2: - first patch renames req->ts_cookie to req->syncookie instead of removing ts_cookie member. - patch to add 'want_cookie' arg to init_req() functions has been dropped. All users of that arg were changed to check 'req->syncookie' instead. v1 cover letter: When syn-cookies are us