Re: your mail

Alan Cox <alan@lxorguk.ukuu.org.uk> Tue, 26 March 2002 15:12 UTC

Subject: Re: your mail
To: bobo78ro@yahoo.com (Bogdan Moraru)
Date: Tue, 26 Mar 2002 15:12:17 +0000 (GMT)
Cc: tcp-impl@grc.nasa.gov
In-Reply-To: <20020326142806.19907.qmail@web20310.mail.yahoo.com> from "Bogdan Moraru" at Mar 26, 2002 06:28:06 AM
X-Mailer: ELM [version 2.5 PL6]
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-Id: <E16pscT-0003GJ-00@the-village.bc.nu>
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
Sender: owner-tcp-impl@grc.nasa.gov
Precedence: bulk
Status: RO
Content-Length: 757
Lines: 17

> implementations (Tahoe, Reno, NewReno, SACK). I am
> trying to obtain these implementations under Linux Red
> Hat, in order to test them. Where can I find out which
> version of TCP is implemented in which version of
> Kernel, in order to install those kernels.

The Linux TCP is not a precise implementation of any of the "pure" BSD
algorithms. Its several iterations of some slightly different algorithms
(which naturally enough we think are superior ;)).

If you want to test actual tahoe, reno, newreno then you need to do it
on the BSD code base. That is the only codebase which truely had those 
TCP setups

Since V7 now seems to have been published by SCO^WCaldera I'm not sure
if that has freed up the old 4.2/4.3BSD releases you would want.

Alan