From owner-svn-src-head@FreeBSD.ORG Mon Oct 27 16:09:37 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2A378D55; Mon, 27 Oct 2014 16:09:37 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD894C13; Mon, 27 Oct 2014 16:09:36 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 0D8321FE024; Mon, 27 Oct 2014 17:09:33 +0100 (CET) Message-ID: <544E6E46.1020606@selasky.org> Date: Mon, 27 Oct 2014 17:09:42 +0100 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: George Neville-Neil Subject: Re: svn commit: r273733 - head/sys/netinet/cc References: <201410271121.s9RBLmOv095539@svn.freebsd.org> <4CE45B86-9B99-439D-B4BF-1AC61F4B78BB@neville-neil.com> In-Reply-To: <4CE45B86-9B99-439D-B4BF-1AC61F4B78BB@neville-neil.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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:09:37 -0000 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 --HPS