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

2017-11-01 Thread Stephen Hemminger
On Tue, 31 Oct 2017 14:54:52 -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 v2 iproute2] ip: add fastopen_no_cookie option to ip route

2017-10-31 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 --- Notes: res