[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20070213122314.6968f116@freekitty>
Date: Tue, 13 Feb 2007 12:23:14 -0800
From: Stephen Hemminger <shemminger@...ux-foundation.org>
To: David Miller <davem@...emloft.net>
Cc: sangtae.ha@...il.com, baruch@...en.org, netdev@...r.kernel.org
Subject: Re: [patch 3/3] tcp: remove experimental variants from default list
My somewhat biased capsule summary is:
Algorithms:
Reno: Linux never really implemented pure Reno anyway, see
http://www.cs.helsinki.fi/research/iwtcp/papers/linuxtcp.pdf
This makes anybody doing pure ns2 based comparisons suspect.
The problem is Reno rolls off
HSTCP: too aggressive and can be unfair
BIC: not fair to Reno
CUBIC: good fairness but depends on additional traffic to converge faster
HTCP: good fairness but high variation
Vegas: reduces loss but sensitive to delay variation and back channel
Westwood: reduces loss but slow growth on high BDP
Not evaluated enough: Hydra, VENO
The biggest issue with CUBIC (and before that BIC) has been
bugs with a long mean-time-to-discovery (but MTTR has been fast).
The others don't seem to get as much attention, perhaps
we should turn a different congestion control algorithm as default
on each -mm release to get people to actually look at the others.
There are some newer congestion control algorithms coming:
TCP Illinois, a newer version of Westwood, TCP-Fusion, Exp-TCP
and maybe Adaptive RENO. Stay tuned.
--
Stephen Hemminger <shemminger@...ux-foundation.org>
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists