Re: [PATCH iproute2] ip: add fastopen_no_cookie option to ip route

2017-10-31 Thread Stephen Hemminger
On Tue, 31 Oct 2017 12:35:10 -0700 Christoph Paasch wrote: > Hello Stephen, > > On 27/10/17 - 08:40:03, Stephen Hemminger wrote: > > On Thu, 26 Oct 2017 11:10:38 -0700 > > Christoph Paasch wrote: > > > > > This patch adds fastopen_no_cookie option to enable/disable TCP fastopen > > > without

Re: [PATCH iproute2] ip: add fastopen_no_cookie option to ip route

2017-10-31 Thread Christoph Paasch
Hello Stephen, On 27/10/17 - 08:40:03, Stephen Hemminger wrote: > On Thu, 26 Oct 2017 11:10:38 -0700 > Christoph Paasch wrote: > > > This patch adds fastopen_no_cookie option to enable/disable TCP fastopen > > without a cookie on a per-route basis. > > > > Support in Linux was added with 71c023

Re: [PATCH iproute2] ip: add fastopen_no_cookie option to ip route

2017-10-26 Thread Stephen Hemminger
On Thu, 26 Oct 2017 11:10:38 -0700 Christoph Paasch wrote: > This patch adds fastopen_no_cookie option to enable/disable TCP fastopen > without a cookie on a per-route basis. > > Support in Linux was added with 71c02379c762 (tcp: Configure TFO without > cookie per socket and/or per route). > >

[PATCH iproute2] ip: add fastopen_no_cookie option to ip route

2017-10-26 Thread Christoph Paasch
This patch adds fastopen_no_cookie option to enable/disable TCP fastopen without a cookie on a per-route basis. Support in Linux was added with 71c02379c762 (tcp: Configure TFO without cookie per socket and/or per route). Cc: Stephen Hemminger Signed-off-by: Christoph Paasch --- include/uapi/l