[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1485279727.16328.303.camel@edumazet-glaptop3.roam.corp.google.com>
Date: Tue, 24 Jan 2017 09:42:07 -0800
From: Eric Dumazet <eric.dumazet@...il.com>
To: Yuchung Cheng <ycheng@...gle.com>
Cc: Willy Tarreau <w@....eu>, Wei Wang <tracywwnj@...il.com>,
netdev <netdev@...r.kernel.org>,
David Miller <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Wei Wang <weiwan@...gle.com>
Subject: Re: [PATCH net-next 3/3] net/tcp-fastopen: Add new API support
On Tue, 2017-01-24 at 09:26 -0800, Yuchung Cheng wrote:
> >
> > Do you think there's a compelling reason for adding a new option or
> > are you interested in a small patch to perform the change above ?
> I like the proposal especially other stack also uses TCP_FASTOPEN
> https://msdn.microsoft.com/en-us/library/windows/desktop/ms738596(v=vs.85).aspx
Problem is that might break existing applications that were using
TCP_FASTOPEN before a connect() (it was a NOP until now)
I prefer we use a separate new option to be 100% safe, not adding
regressions.
Only new applications, tested, will use this new feature at their risk.
Powered by blists - more mailing lists