From owner-cvs-src@FreeBSD.ORG Wed Jun 4 16:20:19 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFE7537B401; Wed, 4 Jun 2003 16:20:19 -0700 (PDT) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C92D43FB1; Wed, 4 Jun 2003 16:20:17 -0700 (PDT) (envelope-from hsu@FreeBSD.org) Received: from FreeBSD.org (adsl-63-193-112-125.dsl.snfc21.pacbell.net [63.193.112.125])h54NKF6d010251; Wed, 4 Jun 2003 18:20:16 -0500 (CDT) Message-Id: <200306042320.h54NKF6d010251@mta4.rcsntx.swbell.net> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: Message from Jeffrey Hsu <200306041003.h54A3u1r073728@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 04 Jun 2003 16:28:33 -0700 From: Jeffrey Hsu Subject: Re: cvs commit: src/sys/netinet tcp_timer.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 04 Jun 2003 23:20:20 -0000 > hsu 2003/06/04 03:03:56 PDT > > FreeBSD src repository > > Modified files: > sys/netinet tcp_timer.c > Log: > Compensate for decreasing the minimum retransmit timeout. > > Reviewed by: jlemon > > Revision Changes Path > 1.60 +2 -2 src/sys/netinet/tcp_timer.c Thanks to John Balwin for reporting this and providing detailed tcpdump traces showing the problem and to Robert Watson for pointing out he saw the same problem earlier. Jeffrey