From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH iproute2] ip: add fastopen_no_cookie option to ip route Date: Fri, 27 Oct 2017 08:40:03 +0200 Message-ID: <20171027084003.6800a6c4@shemminger-XPS-13-9360> References: <20171026181038.23929-1-cpaasch@apple.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, Yuchung Cheng , Eric Dumazet To: Christoph Paasch Return-path: Received: from mail-wm0-f42.google.com ([74.125.82.42]:49909 "EHLO mail-wm0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751072AbdJ0GkV (ORCPT ); Fri, 27 Oct 2017 02:40:21 -0400 Received: by mail-wm0-f42.google.com with SMTP id b189so1445732wmd.4 for ; Thu, 26 Oct 2017 23:40:20 -0700 (PDT) In-Reply-To: <20171026181038.23929-1-cpaasch@apple.com> Sender: netdev-owner@vger.kernel.org List-ID: 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). > > Cc: Stephen Hemminger > Signed-off-by: Christoph Paasch Applied, thanks Christoph.