Re: svn commit: r357203 - head/sys/compat/linux

2020-01-30 Thread Edward Napierala
On Tue, 28 Jan 2020 at 18:55, Gleb Smirnoff wrote: > > On Tue, Jan 28, 2020 at 01:57:25PM +, Edward Tomasz Napierala wrote: > E> Author: trasz > E> Date: Tue Jan 28 13:57:24 2020 > E> New Revision: 357203 > E> URL: https://svnweb.freebsd.org/changeset/base/357203 > E> > E> Log: > E> Add TCP_

Re: svn commit: r357203 - head/sys/compat/linux

2020-01-28 Thread Gleb Smirnoff
On Tue, Jan 28, 2020 at 01:57:25PM +, Edward Tomasz Napierala wrote: E> Author: trasz E> Date: Tue Jan 28 13:57:24 2020 E> New Revision: 357203 E> URL: https://svnweb.freebsd.org/changeset/base/357203 E> E> Log: E> Add TCP_CORK support to linux(4). This fixes one of the things Nginx E> tr

svn commit: r357203 - head/sys/compat/linux

2020-01-28 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Jan 28 13:57:24 2020 New Revision: 357203 URL: https://svnweb.freebsd.org/changeset/base/357203 Log: Add TCP_CORK support to linux(4). This fixes one of the things Nginx trips over. MFC after:2 weeks Sponsored by: The FreeBSD Foundation Differential Revisi