linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mika Liljeberg <mika.liljeberg@welho.com>
To: Svein Ove Aas <svein.ove@aas.no>
Cc: linux-kernel@vger.kernel.org
Subject: Re: TCP send behaviour leads to cable modem woes
Date: 28 Jun 2003 18:22:05 +0300	[thread overview]
Message-ID: <1056813724.668.23.camel@hades> (raw)
In-Reply-To: <200306281604.52876.svein.ove@aas.no>

On Sat, 2003-06-28 at 17:04, Svein Ove Aas wrote:
> Well, it doesn't appear to have any effect.
> (What is it *supposed* to do? Something about spurious retransmission 
> timeouts, was it?)

Yeah, frto should help if you're seeing unnecessary retransmission
timeouts caused by delay spikes. It won't do much good if you're also
losing packets, e.g., due to overflowing the modem buffers. From what I
gathered from your explanation, the cable link might also be bunching up
the incoming ACK packets into bursts, each of which causes the sending
TCP to inject a corresponding burst of new segments into the network. If
that's what is happening, rate capping is probably more effective. Even
if you set the rate cap a little high it should mitigate the effects of
the bursts.

	MikaL


  reply	other threads:[~2003-06-28 15:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-27 18:20 TCP send behaviour leads to cable modem woes Svein Ove Aas
2003-06-27 19:02 ` Mika Liljeberg
2003-06-27 19:45   ` Svein Ove Aas
2003-06-27 19:57     ` Mika Liljeberg
2003-06-28 14:04       ` Svein Ove Aas
2003-06-28 15:22         ` Mika Liljeberg [this message]
2003-06-28 17:06           ` Svein Ove Aas
2003-06-27 20:09 ` Bryan Whitehead
2003-06-27 20:24   ` Svein Ove Aas
2003-06-27 20:43     ` Andre Tomt
2003-06-27 22:43       ` Svein Ove Aas

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=1056813724.668.23.camel@hades \
    --to=mika.liljeberg@welho.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=svein.ove@aas.no \
    /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).