From owner-freebsd-net@FreeBSD.ORG Wed Feb 11 05:50:59 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31EDA16A4CE for ; Wed, 11 Feb 2004 05:50:59 -0800 (PST) Received: from mailtoaster1.pipeline.ch (mailtoaster1.pipeline.ch [62.48.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71F6043D2F for ; Wed, 11 Feb 2004 05:50:58 -0800 (PST) (envelope-from andre@freebsd.org) Received: (qmail 76587 invoked from network); 11 Feb 2004 13:50:57 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.53]) (envelope-sender ) by mailtoaster1.pipeline.ch (qmail-ldap-1.03) with SMTP for ; 11 Feb 2004 13:50:57 -0000 Message-ID: <402A3339.1BAAF97F@freebsd.org> Date: Wed, 11 Feb 2004 14:50:49 +0100 From: Andre Oppermann X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: richard@wendland.org.uk References: <200402111335.NAA09040@starburst.demon.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: Bjorn Eikeland cc: freebsd-net@freebsd.org Subject: Re: dummynet = local taffic > 100ms - help! X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2004 13:50:59 -0000 Richard Wendland wrote: > > > It breaks TCP Timestamp generation slightly, but that's not likely to > > break much of anything in practice. > > Well, with HZ=10000 RFC1323 TCP connections will stop after 59.7 hours, > with HZ=100000 after 6 hours. For those with long running TCP connections > (eg remote backup) that could be a big deal. See 4.2.3 of RFC1323. > > It does seem quite a few people want HZ>1000 so I think the time has > come to isolate the TCP timestamp option clock from the HZ value to > avoid this problem. For now they should set net.inet.tcp.rfc1323=0 to > avoid breaking RFC1323. > > Note this doesn't affect routed packets, only TCP connections to/from > that host. > > Tom Pavel sent some patches to this list on 14 Jan 2004 that he has been > using to overcome this HZ/RFC1323 problem. I remember some comments (by BDE?) to the effect that the patch is not entirely correct. -- Andre