From owner-freebsd-hackers Thu Oct 9 07:40:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA04078 for hackers-outgoing; Thu, 9 Oct 1997 07:40:31 -0700 (PDT) (envelope-from owner-freebsd-hackers) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA04068 for ; Thu, 9 Oct 1997 07:40:24 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id HAA29981; Thu, 9 Oct 1997 07:41:54 -0700 (PDT) Message-Id: <199710091441.HAA29981@implode.root.com> To: Dave Marquardt cc: freebsd-hackers@FreeBSD.ORG Subject: Re: TCP problem In-reply-to: Your message of "09 Oct 1997 08:02:41 CDT." <854t6r6qdq.fsf@localhost.zilker.net> From: David Greenman Reply-To: dg@root.com Date: Thu, 09 Oct 1997 07:41:54 -0700 Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> Actually, only about 1/3rd of RFC 1323 deals with extending the window >> size. The other 2/3rds deal with other extensions to improve performance >> (selective ACK and better round-trip time measurement). ...but this hardly >> matters of course. > >Selective ACK? I thought that didn't come out until recently.... Oops, yes, the other third was the "PAWS" - Protection Against Wrapped Sequence numbers. SACK was originally defined in RFC 1072, but later redefined in RFC 2018. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project