From owner-svn-src-user@FreeBSD.ORG Fri Apr 12 06:12:49 2013 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D771E828 for ; Fri, 12 Apr 2013 06:12:49 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 77218112A for ; Fri, 12 Apr 2013 06:12:49 +0000 (UTC) Received: (qmail 76116 invoked from network); 12 Apr 2013 07:19:47 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 12 Apr 2013 07:19:47 -0000 Message-ID: <5167A5DA.7050109@freebsd.org> Date: Fri, 12 Apr 2013 08:12:42 +0200 From: Andre Oppermann User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: Adrian Chadd Subject: Re: svn commit: r249365 - in user/andre/tcp-ao/sys: conf crypto crypto/cmac crypto/hmac crypto/rijndael References: <201304111555.r3BFtq0g019604@svn.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: src-committers@freebsd.org, svn-src-user@freebsd.org X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 06:12:49 -0000 On 12.04.2013 00:38, Adrian Chadd wrote: > Are you planning on making TCP-AO compile time optional? I don't know yet. It's still some time until the code is fully functional and tested. At runtime it wont have any impact until an application installs the first key on a tcp socket. -- Andre