From owner-svn-src-head@FreeBSD.ORG Sun Apr 12 17:43:27 2015 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 04533209; Sun, 12 Apr 2015 17:43:27 +0000 (UTC) Received: from vps.hungerhost.com (vps.hungerhost.com [216.38.53.176]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9165F8B; Sun, 12 Apr 2015 17:43:26 +0000 (UTC) Received: from cpe-74-71-192-171.nyc.res.rr.com ([74.71.192.171]:47093 helo=[172.16.33.1]) by vps.hungerhost.com with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.82) (envelope-from ) id 1YhLun-0001rN-9P; Sun, 12 Apr 2015 13:43:25 -0400 From: "George Neville-Neil" To: "Adrian Chadd" Subject: Re: svn commit: r281352 - head/sys/netinet Date: Sun, 12 Apr 2015 13:43:14 -0400 Message-ID: <88AE928F-3F65-4D22-90D1-3F7843B46CA1@neville-neil.com> In-Reply-To: References: <201504100655.t3A6tioW010182@svn.freebsd.org> <20150410071251.GI1394@zxy.spb.ru> <20150410073147.GD99375@FreeBSD.org> <20150410080613.GJ1394@zxy.spb.ru> MIME-Version: 1.0 X-Mailer: MailMate (1.9.1r5084) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps.hungerhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - neville-neil.com X-Get-Message-Sender-Via: vps.hungerhost.com: authenticated_id: gnn@neville-neil.com Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , Gleb Smirnoff , "src-committers@freebsd.org" , Slawa Olhovchenkov 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: Sun, 12 Apr 2015 17:43:27 -0000 On 10 Apr 2015, at 15:06, Adrian Chadd wrote: > I don't want to get this bikeshed going again, but: this is just > hashing on the ip src/ip_id, and only for fragments. For now i think > it's okay to leave as jenkins. > > Let's bikeshed it with more data about how it behaves when doing frag > assembly :) > Even I agree. For now this is fine, we can improve it with a new hash later. Best, George