Re: [PATCH net-next 05/10] tcp: pass want_cookie down to req_init function

2020-07-30 Thread Florian Westphal
Eric Dumazet wrote: > On Thu, Jul 30, 2020 at 10:15 AM Florian Westphal wrote: > > > > In MPTCP case, we want to know if we should store a new token id or if we > > should try best-effort only (cookie case). > > > > This allows the MPTCP core to detect when it should elide the storage > > of the

[PATCH net-next 05/10] tcp: pass want_cookie down to req_init function

2020-07-30 Thread Florian Westphal
In MPTCP case, we want to know if we should store a new token id or if we should try best-effort only (cookie case). This allows the MPTCP core to detect when it should elide the storage of the generated MPTCP token. Signed-off-by: Florian Westphal --- One alternative would be to add a bit in t