From owner-cvs-all@FreeBSD.ORG Wed Oct 5 13:38:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 826B216A41F; Wed, 5 Oct 2005 13:38:31 +0000 (GMT) (envelope-from bms@spc.org) Received: from arginine.spc.org (arginine.spc.org [83.167.185.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E1E343D55; Wed, 5 Oct 2005 13:38:30 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id F211765213; Wed, 5 Oct 2005 14:38:28 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00230-03; Wed, 5 Oct 2005 14:38:28 +0100 (BST) Received: from empiric.dek.spc.org (unknown [81.168.51.182]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 7D889651F7; Wed, 5 Oct 2005 14:38:24 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id B592E6B95; Wed, 5 Oct 2005 14:37:08 +0100 (BST) Date: Wed, 5 Oct 2005 14:37:08 +0100 From: Bruce M Simpson To: Andre Oppermann Message-ID: <20051005133708.GB729@empiric.icir.org> Mail-Followup-To: Andre Oppermann , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200509261203.j8QC3cm7081752@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509261203.j8QC3cm7081752@repoman.freebsd.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_syncache.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2005 13:38:31 -0000 On Mon, Sep 26, 2005 at 12:03:37PM +0000, Andre Oppermann wrote: > Log: > MFC 1.77: Do not ignore all other TCP options when TCP_MD5. Thank you! BMS