From owner-cvs-src@FreeBSD.ORG Thu May 10 23:59:26 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 43DD416A405; Thu, 10 May 2007 23:59:26 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by mx1.freebsd.org (Postfix) with ESMTP id A63D113C448; Thu, 10 May 2007 23:59:25 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by core.fnop.net (Postfix) with ESMTP id 8EAA669092E; Fri, 11 May 2007 00:59:22 +0100 (WEST) Received: by core.fnop.net (Postfix, from userid 1015) id 5AD3669097F; Fri, 11 May 2007 00:59:22 +0100 (WEST) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on core.fnop.net X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,RCVD_IN_SORBS_DUL autolearn=no version=3.1.7 Received: from epsilon.local.fnop.net (87-196-119-163.net.novis.pt [87.196.119.163]) by core.fnop.net (Postfix) with ESMTP id B242E69092E; Fri, 11 May 2007 00:59:21 +0100 (WEST) Date: Fri, 11 May 2007 00:59:19 +0100 Message-ID: <86tzuk5iy0.wl%rpaulo@fnop.net> From: Rui Paulo To: Andre Oppermann In-Reply-To: <4643A7F5.4090307@freebsd.org> References: <200705102311.l4ANBTCs036325@repoman.freebsd.org> <4643A7F5.4090307@freebsd.org> User-Agent: Wanderlust/2.14.0 (Africa) Emacs/21.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: ClamAV using ClamSMTP Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_output.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: Thu, 10 May 2007 23:59:26 -0000 At Fri, 11 May 2007 01:17:09 +0200, Andre Oppermann wrote: > > Andre Oppermann wrote: > > andre 2007-05-10 23:11:29 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/netinet tcp_output.c > > Log: > > Fix an incorrect replace of a timer reference made during the TCP timer > > rewrite in rev. 1.132. This unmasked yet another bug that causes certain > > connections to get indefinately stuck in LAST_ACK state. > > > > Revision Changes Path > > 1.135 +1 -1 src/sys/netinet/tcp_output.c > > Pointy hat to: andre > > Fix for the other masked bug(s) is in the works. Does this fix the bug related to rfc1323? If not, is it in the works? Sorry, I think your change hasn't hit anoncvs yet (so I can't read the diff) and I'm curious.