Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Nov 2011 20:34:52 +0400
From:      Anton Yuzhaninov <citrin@citrin.ru>
To:        svn-src-all@freebsd.org, Andre Oppermann <andre@FreeBSD.org>
Subject:   Re: svn commit: r226437 - head/sys/netinet
Message-ID:  <4EB1712C.9000309@citrin.ru>
In-Reply-To: <201110161508.p9GF8hIc067651@svn.freebsd.org>
References:  <201110161508.p9GF8hIc067651@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10/16/11 19:08, Andre Oppermann wrote:
> Author: andre
> Date: Sun Oct 16 15:08:43 2011
> New Revision: 226437
> URL: http://svn.freebsd.org/changeset/base/226437
>
> Log:
>    VNET virtualize tcp_sendspace/tcp_recvspace and change the
>    type to INT.  A long is not necessary as the TCP window is
>    limited to 2**30.  A larger initial window isn't useful.

In this commit sysctl renamed
from net.inet.tcp.sendspace to net.inet.tcp.tcp_sendspace
and from net.inet.tcp.recvspace to net.inet.tcp.tcp_recvspace

This break POLA without any benefits.
Please revert sysctl rename.

-- 
  Anton Yuzhaninov



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EB1712C.9000309>