Re: XTP: A better TCP than TCP

Jamie Lokier (lkd@tantalophile.demon.co.uk)
Wed, 2 Jun 1999 18:29:56 +0200


Jordan Mendelson wrote:
> It provides all the features of TCP, plus built-in realiable
> multicasts, better speed over networks with packet loss, better speed
> overall, maximum bandwidth limiting built-in, and a few other features
> which make it noteworthy.

The sites you refer to claim XTP operates better than TCP over
unreliable networks because it does selective retransmission whereas TCP
does go-back-N.

This is no longer true of TCP -- TCP has SACKs, implemented in Linux for
a while now, to do limited selective retransmission.

Reliable multicast sounds interesting though.

-- Jamie

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/