From owner-cvs-src@FreeBSD.ORG Fri May 18 21:49:48 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C9B0B16A405 for ; Fri, 18 May 2007 21:49:48 +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 D8B8313C45E for ; Fri, 18 May 2007 21:49:47 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 98719 invoked from network); 18 May 2007 21:07:56 -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 ; 18 May 2007 21:07:56 -0000 Message-ID: <464E1F7A.5030907@freebsd.org> Date: Fri, 18 May 2007 23:49:46 +0200 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Andre Oppermann References: <200705182142.l4ILgQLf071374@repoman.freebsd.org> In-Reply-To: <200705182142.l4ILgQLf071374@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2007 21:49:48 -0000 Andre Oppermann wrote: > andre 2007-05-18 21:42:26 UTC > > FreeBSD src repository > > Modified files: > sys/netinet tcp_syncache.c > Log: > Be more restrictive with segment validity checks in syncache_expand() > and log check failures to syslog at LOG_DEBUG level. > > Always prefill the sc->sc_ts field to use it in the checks. > > Revision Changes Path > 1.118 +42 -3 src/sys/netinet/tcp_syncache.c If you see any problems please provide me with the log line from syslog *and* the OS and version of the remote end. -- Andre