netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemminger@osdl.org>
To: "Wong Edison" <hswong3i@gmail.com>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH 001/100] TCP congestion module: add TCP-LP supporting for 2.6.16
Date: Tue, 2 May 2006 10:16:07 -0700	[thread overview]
Message-ID: <20060502101607.0cb06071@localhost.localdomain> (raw)
In-Reply-To: <3feffd230605010305o6e3b1511of1f75b17f2797e66@mail.gmail.com>

On Mon, 1 May 2006 18:05:52 +0800
"Wong Edison" <hswong3i@gmail.com> wrote:

> TCP Low Priority is a distributed algorithm whose goal is to utilize only
> the excess network bandwidth as compared to the ``fair share`` of
> bandwidth as targeted by TCP. Available from:
>   http://www.ece.rice.edu/~akuzma/Doc/akuzma/TCP-LP.pdf
> 
> See http://www-ece.rice.edu/networks/TCP-LP/ for their implementation.
> Our group take the following changes from
> the original TCP-LP implementation:
>   o We use newReno in most core CA handling. Only add some checking
>     within cong_avoid.
>   o Error correcting in remote HZ, therefore remote HZ will be keeped
>     on checking and updating.
>   o Handling calculation of One-Way-Delay (OWD) within rtt_sample, sicne
>     OWD have a similar meaning as RTT. Also correct the buggy formular.
>   o Handle reaction for Early Congestion Indication (ECI) within
>     pkts_acked, as mentioned within pseudo code.
>   o OWD is handled in relative format, where local time stamp will in
>     tcp_time_stamp format.
> 
> Port from 2.4.19 to 2.6.16 as module by:
>   Wong Hoi Sing Edison <hswong3i@gmail.com>
>   Hung Hing Lun <hlhung3i@gmail.com>
> 
> Signed-off-by: Wong Hoi Sing Edison <hswong3i@gmail.com>
> 

Is this all of it?  Your subject line says there are a 99 more pieces.
That seems huge.

  reply	other threads:[~2006-05-02 17:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-01 10:05 [PATCH 001/100] TCP congestion module: add TCP-LP supporting for 2.6.16 Wong Edison
2006-05-02 17:16 ` Stephen Hemminger [this message]
2006-05-02 17:23 ` Stephen Hemminger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060502101607.0cb06071@localhost.localdomain \
    --to=shemminger@osdl.org \
    --cc=hswong3i@gmail.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).