From owner-freebsd-net Wed Apr 10 17:57:45 2002 Delivered-To: freebsd-net@freebsd.org Received: from patrocles.silby.com (d29.as20.nwbl0.wi.voyager.net [169.207.138.29]) by hub.freebsd.org (Postfix) with ESMTP id 7717137B416 for ; Wed, 10 Apr 2002 17:57:39 -0700 (PDT) Received: from patrocles.silby.com (localhost [127.0.0.1]) by patrocles.silby.com (8.12.2/8.12.2) with ESMTP id g3B6v7A1000858; Thu, 11 Apr 2002 01:57:07 -0500 (CDT) (envelope-from silby@silby.com) Received: from localhost (silby@localhost) by patrocles.silby.com (8.12.2/8.12.2/Submit) with ESMTP id g3B6v2Ue000855; Thu, 11 Apr 2002 01:57:03 -0500 (CDT) X-Authentication-Warning: patrocles.silby.com: silby owned process doing -bs Date: Thu, 11 Apr 2002 01:57:02 -0500 (CDT) From: Mike Silbersack To: ipver4 Cc: paul+usenet@w6yx.stanford.edu, Subject: Re: TCP Timestamp option? In-Reply-To: Message-ID: <20020411015240.B296-100000@patrocles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 10 Apr 2002, ipver4 wrote: > Thanks for the explanation. > > It seems since version 4.4 that kernel net.inet.tcp.rfc1323 is set to 1 by > default, thus causing all the TCP connections to use the RFC1323 extension. > > The effects are: > > 1. bigger TCP header. > 2. more processing time at sending and receiving hosts. > 3. VJ TCP/IP header compression algorithm does not compress most of the > time. > > I am not sure turning on the RFC1323 support on by default is such a good > idea. The added amount of time and data is insignificant with today's computers on today's networks. At the same time, the reality of 32 bit sequence numbers being relatively small and timestamps being needed to track wraparound is setting in. Although we don't use the various rfc 1323 options to their full extent yet, keeping them enabled is a good idea in the long run. Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message