From owner-svn-src-head@FreeBSD.ORG Wed Oct 1 14:20:18 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F2B91959; Wed, 1 Oct 2014 14:20:17 +0000 (UTC) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebius.int.ru", Issuer "cell.glebius.int.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 73D8CD0F; Wed, 1 Oct 2014 14:20:17 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.9/8.14.9) with ESMTP id s91EKFm3081988 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 1 Oct 2014 18:20:15 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.9/8.14.9/Submit) id s91EKFeV081987; Wed, 1 Oct 2014 18:20:15 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 1 Oct 2014 18:20:15 +0400 From: Gleb Smirnoff To: Michael Tuexen Subject: Re: svn commit: r272326 - head/sys/netinet Message-ID: <20141001142015.GO73266@FreeBSD.org> References: <201409302029.s8UKTx0e098653@svn.freebsd.org> <4A8FE3A2-B085-4EBC-8E3E-F5A91129EEDE@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A8FE3A2-B085-4EBC-8E3E-F5A91129EEDE@freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "svn-src-head@freebsd.org" , Adrian Chadd , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 14:20:18 -0000 On Tue, Sep 30, 2014 at 11:03:56PM +0200, Michael Tuexen wrote: M> On 30 Sep 2014, at 22:47, Adrian Chadd wrote: M> M> > Hi, M> > M> > I think you should consider adding a new set of protocol counters for M> > UDPLITE. :) M> Yepp. There is M> http://tools.ietf.org/html/rfc5097 M> which needs to be implemented. For now, imho accounting it as UDPSTAT_INC(udps_nosum) would be better than dropping it into the void. -- Totus tuus, Glebius.