From owner-svn-src-user@FreeBSD.ORG Wed Oct 24 20:16:28 2012 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2FEA8B45 for ; Wed, 24 Oct 2012 20:16:28 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 85B508FC16 for ; Wed, 24 Oct 2012 20:16:27 +0000 (UTC) Received: (qmail 36381 invoked from network); 24 Oct 2012 21:54:13 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 24 Oct 2012 21:54:13 -0000 Message-ID: <50884C8E.1000606@freebsd.org> Date: Wed, 24 Oct 2012 22:16:14 +0200 From: Andre Oppermann User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: Adrian Chadd Subject: Re: svn commit: r242003 - user/andre/tcp_workqueue/sys/netinet References: <201210241502.q9OF2erf037597@svn.freebsd.org> <5088461D.7090301@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Maxim Konovalov , src-committers@freebsd.org, svn-src-user@freebsd.org X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2012 20:16:28 -0000 On 24.10.2012 21:59, Adrian Chadd wrote: > well, maybe add a sysctl that specifically _zeros_ the stat counters. > So, leave the stat counters RO in this case. Thought of that too. Doesn't really make much of a difference because write access to writeable sysctl's is only granted for root. All others can only read. If root wants to manipulate the tcp stats counters so be it. -- Andre