From owner-svn-src-all@freebsd.org Mon Aug 20 07:33:02 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53C1610877BD; Mon, 20 Aug 2018 07:33:02 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D0D3C7FCB1; Mon, 20 Aug 2018 07:33:01 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id B233125D386D; Mon, 20 Aug 2018 07:32:59 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 8B0ACD1F834; Mon, 20 Aug 2018 07:32:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id Cz6LLdsfwjZE; Mon, 20 Aug 2018 07:32:57 +0000 (UTC) Received: from [192.168.124.1] (fresh-ayiya.sbone.de [IPv6:fde9:577b:c1a9:f001::2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 05C71D1F81A; Mon, 20 Aug 2018 07:32:56 +0000 (UTC) From: "Bjoern A. Zeeb" To: "Conrad Meyer" Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r338053 - head/sys/netinet Date: Mon, 20 Aug 2018 07:33:00 +0000 X-Mailer: MailMate (2.0BETAr6116) Message-ID: In-Reply-To: References: <201808191456.w7JEuAZE069780@repo.freebsd.org> <97661C9D-9C25-4DE0-89A8-FE1C40DAFB81@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2018 07:33:02 -0000 On 20 Aug 2018, at 1:13, Conrad Meyer wrote: > On Sun, Aug 19, 2018 at 11:40 AM, Bjoern A. Zeeb > wrote: >> I am so happy we have a version control system where you could >> hopefully >> find out if the original committer left a decent commit message.. >> takes less >> than 60 seconds .. >> https://svnweb.freebsd.org/base?view=revision&revision=82122 > > It is great we have such a system, but unfortunately the message > doesn't really answer my question(s). I don't know that that means it > isn't "decent," but it isn't really helpful. :-) Well it tells you all you need to know. If you open the RFC cited it’ll tell you why the 4-tuple is used and why MD5, which seemed to be the questions you two were guessing about. /bz