On Fri, 20 Apr 2007 17:08:13 -0700 (PDT)
David Miller <[EMAIL PROTECTED]> wrote:
> From: Stephen Hemminger <[EMAIL PROTECTED]>
> Date: Wed, 4 Apr 2007 08:07:43 -0700
>
> > This is an implementation of TCP Illinois invented by Shao Liu
> > at University of Illinois. It is a another variant of Reno
From: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Wed, 4 Apr 2007 08:07:43 -0700
> This is an implementation of TCP Illinois invented by Shao Liu
> at University of Illinois. It is a another variant of Reno which adapts
> the alpha and beta parameters based on RTT. The basic idea is to increase
>
This is an implementation of TCP Illinois invented by Shao Liu
at University of Illinois. It is a another variant of Reno which adapts
the alpha and beta parameters based on RTT. The basic idea is to increase
window less rapidly as delay approaches the maximum. See the papers
and talks to get a mor
TED];
netdev@vger.kernel.org
Subject: [PATCH] TCP Illinois congestion control
This is a new implementation of TCP Illinois invented by Shao Liu at
University of Illinois. It is a another variant of Reno which adapts the
alpha and beta parameters based on RTT. The basic idea is to increase window
l
This is a new implementation of TCP Illinois invented by Shao Liu
at University of Illinois. It is a another variant of Reno which adapts
the alpha and beta parameters based on RTT. The basic idea is to increase
window less rapidly as delay approaches the maximum. See the papers
and talks to get a