Re: svn commit: r292823 - in stable/10/sys: conf netinet

2015-12-27 Thread Patrick Kelsey
> On Dec 27, 2015, at 11:06 PM, Andrey Chernov wrote: > > On 28.12.2015 6:45, Patrick Kelsey wrote: >>> On Dec 27, 2015, at 10:26 PM, Andrey Chernov wrote: >>> On 28.12.2015 6:15, Patrick Kelsey wrote: This is explained in the top comment in

svn commit: r292823 - in stable/10/sys: conf netinet

2015-12-27 Thread Patrick Kelsey
Author: pkelsey Date: Mon Dec 28 02:43:12 2015 New Revision: 292823 URL: https://svnweb.freebsd.org/changeset/base/292823 Log: MFC r292706: Implementation of server-side TCP Fast Open (TFO) [RFC7413]. TFO is disabled by default in the kernel build. See the top comment in

Re: svn commit: r292823 - in stable/10/sys: conf netinet

2015-12-27 Thread Patrick Kelsey
> On Dec 27, 2015, at 10:26 PM, Andrey Chernov wrote: > >> On 28.12.2015 6:15, Patrick Kelsey wrote: >> This is explained in the top comment in sys/netinet/tcp_fastopen.c, but >> I will repeat it here and elaborate a little. It is disabled by default >> in the kernel build

Re: svn commit: r292823 - in stable/10/sys: conf netinet

2015-12-27 Thread Andrey Chernov
On 28.12.2015 6:45, Patrick Kelsey wrote: >> On Dec 27, 2015, at 10:26 PM, Andrey Chernov wrote: >> >>> On 28.12.2015 6:15, Patrick Kelsey wrote: >>> This is explained in the top comment in sys/netinet/tcp_fastopen.c, but >>> I will repeat it here and elaborate a little. It is

Re: svn commit: r292823 - in stable/10/sys: conf netinet

2015-12-27 Thread Adrian Chadd
On 27 December 2015 at 18:59, Andrey Chernov wrote: > On 28.12.2015 5:43, Patrick Kelsey wrote: >> Author: pkelsey >> Date: Mon Dec 28 02:43:12 2015 >> New Revision: 292823 >> URL: https://svnweb.freebsd.org/changeset/base/292823 >> >> Log: >> MFC r292706: >> >>

Re: svn commit: r292823 - in stable/10/sys: conf netinet

2015-12-27 Thread Andrey Chernov
On 28.12.2015 6:15, Patrick Kelsey wrote: > This is explained in the top comment in sys/netinet/tcp_fastopen.c, but > I will repeat it here and elaborate a little. It is disabled by default > in the kernel build as a conservative measure until it is exercised more > widely, given the

Re: svn commit: r292823 - in stable/10/sys: conf netinet

2015-12-27 Thread Andrey Chernov
On 28.12.2015 5:59, Andrey Chernov wrote: > On 28.12.2015 5:43, Patrick Kelsey wrote: >> Author: pkelsey >> Date: Mon Dec 28 02:43:12 2015 >> New Revision: 292823 >> URL: https://svnweb.freebsd.org/changeset/base/292823 >> >> Log: >> MFC r292706: >> >> Implementation of server-side TCP Fast

Re: svn commit: r292823 - in stable/10/sys: conf netinet

2015-12-27 Thread Patrick Kelsey
> On Dec 27, 2015, at 10:16 PM, Andrey Chernov wrote: > >> On 28.12.2015 5:59, Andrey Chernov wrote: >>> On 28.12.2015 5:43, Patrick Kelsey wrote: >>> Author: pkelsey >>> Date: Mon Dec 28 02:43:12 2015 >>> New Revision: 292823 >>> URL:

Re: svn commit: r292823 - in stable/10/sys: conf netinet

2015-12-27 Thread Andrey Chernov
On 28.12.2015 5:43, Patrick Kelsey wrote: > Author: pkelsey > Date: Mon Dec 28 02:43:12 2015 > New Revision: 292823 > URL: https://svnweb.freebsd.org/changeset/base/292823 > > Log: > MFC r292706: > > Implementation of server-side TCP Fast Open (TFO) [RFC7413]. > > TFO is disabled by