From owner-svn-src-head@FreeBSD.ORG Mon Oct 27 16:13:11 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 C4832EF9; Mon, 27 Oct 2014 16:13:11 +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 9B665CD6; Mon, 27 Oct 2014 16:13:11 +0000 (UTC) Received: from [209.211.73.8] (port=63642 helo=[172.16.19.1]) by vps.hungerhost.com with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.82) (envelope-from ) id 1Ximus-0007cg-3Y; Mon, 27 Oct 2014 12:13:10 -0400 From: "George Neville-Neil" To: "Hans Petter Selasky" Subject: Re: svn commit: r273733 - head/sys/netinet/cc Date: Mon, 27 Oct 2014 12:12:59 -0400 Message-ID: <95CE0574-F804-458C-AAC4-4D168B7D7A3C@neville-neil.com> In-Reply-To: <544E6E46.1020606@selasky.org> References: <201410271121.s9RBLmOv095539@svn.freebsd.org> <4CE45B86-9B99-439D-B4BF-1AC61F4B78BB@neville-neil.com> <544E6E46.1020606@selasky.org> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Mailer: MailMate (1.8r4576) 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, src-committers@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: Mon, 27 Oct 2014 16:13:11 -0000 On 27 Oct 2014, at 12:09, Hans Petter Selasky wrote: > On 10/27/14 16:45, George Neville-Neil wrote: >> Can you modify this to preserve the limitation of TCP_CA_NAME_MAX ? >> >> Best, >> George >> > > Can you verify the following change? Subtracted one character from the > limit for the terminating zero: > > https://svnweb.freebsd.org/changeset/base/273740 > That looks right. Also, can you sign up for reviews.freebsd.org ? Besst, George