svn commit: r226437 - head/sys/netinet

Andre Oppermann andre at freebsd.org
Wed Nov 2 22:07:19 UTC 2011


On 02.11.2011 22:01, Sergey Kandaurov wrote:
> On 2 November 2011 21:40, Sergey Kandaurov<pluknet at gmail.com>  wrote:
>> On 2 November 2011 20:34, Anton Yuzhaninov<citrin at citrin.ru>  wrote:
>>> 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.
>>
>> That was rather done accidentally as these names also match
>> in-kernel variables which hold the corresponding sysctl values.
>
> Please note, that I restored sysctl names for
> tcp_sendspace/tcp_recvspace in svn r227034 revision.

Thanks. It was indeed a typo. My bad. Sorry for the confusion.

-- 
Andre



More information about the svn-src-all mailing list