public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Larry McVoy <lm@bitmover.com>
To: Pascal Schmidt <der.eremit@email.de>
Cc: J?rn Engel <joern@wohnheim.fh-wedel.de>, linux-kernel@vger.kernel.org
Subject: Re: bandwidth for bkbits.net (good news)
Date: Sat, 30 Aug 2003 16:07:01 -0700	[thread overview]
Message-ID: <20030830230701.GA25845@work.bitmover.com> (raw)
In-Reply-To: <E19tEfx-0002vL-00@neptune.local>

On Sun, Aug 31, 2003 at 12:58:33AM +0200, Pascal Schmidt wrote:
> On Sat, 30 Aug 2003 18:20:11 +0200, you wrote in linux.kernel:
> 
> > In order to control incoming traffic, it is easiest to look at tcp.
> > udp can work similarly, but it doesn't have to.  To throttle the
> > stream of tcp packets, you could simply throw away the acks and the
> > sending side will reduce it's speed.  So you have to measure one
> > stream and control a related but different one.  Maybe this is
> > possible, not sure.
> 
> All you have to do is drop the incoming packets if they exceed
> a certain bandwidth. 

If you think we haven't done that, think again.  We're at the wrong end
of the pipe to do that, I'm pretty sure that what you are describing 
simply won't work.  We've already tried rate limiting all traffic except
for the phone traffic to 1/2 the T1 line and it doesn't work.

Remember, we're talking vioce here.  Retransmits don't work and aren't
even attempted.  I've got people in 5 or 6 states spread out from one 
end of the USA to the other.  So any disruption means things don't work.

All of the traffic shaping tends to be focussed on "good" versus "bad"
bandwidth utilization.  That's nice but it means that you are tolerant
of a "settling time" during which everyone is fighting for bandwidth.
-- 
---
Larry McVoy              lm at bitmover.com          http://www.bitmover.com/lm

  reply	other threads:[~2003-08-30 23:07 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <q2SH.AA.3@gated-at.bofh.it>
     [not found] ` <qfwI.15D.27@gated-at.bofh.it>
     [not found]   ` <qgCn.2y4.11@gated-at.bofh.it>
2003-08-30 22:58     ` bandwidth for bkbits.net (good news) Pascal Schmidt
2003-08-30 23:07       ` Larry McVoy [this message]
2003-08-31  1:05         ` Pascal Schmidt
2003-08-31  1:39           ` Andrea Arcangeli
2003-08-31  2:18             ` Jeff Sipek
2003-08-31  2:42               ` Andrea Arcangeli
2003-08-31  2:56             ` Larry McVoy
2003-08-31 13:15               ` Alan Cox
2003-08-31 14:45                 ` Andrea Arcangeli
2003-08-31 15:31                   ` Alan Cox
2003-08-31 15:43                     ` Jörn Engel
2003-08-31 15:50                       ` Andrea Arcangeli
2003-08-31 17:06                         ` Florian Weimer
2003-08-31 21:21                           ` Larry McVoy
2003-09-02  7:06                           ` Henning P. Schmiedehausen
2003-09-05  8:10                             ` Florian Weimer
2003-09-05 15:35                               ` Henning Schmiedehausen
2003-09-05 15:50                                 ` Florian Weimer
2003-09-05 16:10                                 ` P
2003-09-05 16:43                                 ` Ricky Beam
2003-09-07 11:55                                   ` Henning Schmiedehausen
2003-09-07 18:41                                     ` Ricky Beam
2003-09-08  8:57                                       ` [COMPLETELY OFF-TOPIC] " Henning Schmiedehausen
2003-09-02 21:52                           ` Ricky Beam
2003-09-05  8:16                             ` Florian Weimer
2003-08-31 15:44                     ` Andrea Arcangeli
2003-08-31 16:22                       ` Larry McVoy
2003-08-31 16:33                         ` Andrea Arcangeli
2003-08-31 16:48                           ` Larry McVoy
2003-08-31 17:06                             ` Andrea Arcangeli
2003-08-31 21:18                               ` Larry McVoy
2003-08-31 22:49                                 ` Andrea Arcangeli
2003-08-31 22:52                                   ` Alan Cox
2003-08-31 22:58                                     ` Larry McVoy
2003-08-31 23:02                                     ` Andrea Arcangeli
2003-08-31 23:07                                       ` Larry McVoy
2003-08-31 23:22                                         ` Andrea Arcangeli
2003-09-01  0:12                                           ` Larry McVoy
2003-09-01  0:19                                             ` Jamie Lokier
2003-09-01  0:33                                               ` Larry McVoy
2003-09-01 11:43                                           ` Alan Cox
2003-09-01 16:13                                             ` Andrea Arcangeli
2003-09-01 16:24                                               ` Larry McVoy
2003-09-01 16:28                                               ` Alan Cox
2003-09-01 16:38                                                 ` Andrea Arcangeli
2003-08-31 23:39                                     ` Roman Zippel
2003-09-01  0:09                                       ` Larry McVoy
2003-09-01  0:20                                         ` Larry McVoy
2003-08-31 22:56                                   ` Larry McVoy
2003-08-31 23:13                                     ` Andrea Arcangeli
2003-09-01  0:18                                       ` Jamie Lokier
2003-09-01  0:25                                         ` Larry McVoy
2003-09-01  0:28                                         ` Andrea Arcangeli
2003-09-01  0:50                                           ` Jamie Lokier
2003-09-01  1:10                                             ` Andrea Arcangeli
2003-09-01  1:33                                               ` Larry McVoy
2003-09-02  7:11                                   ` Henning P. Schmiedehausen
2003-09-02  7:01                       ` Henning P. Schmiedehausen
2003-08-31 16:23                     ` Larry McVoy
2003-08-31 16:36                       ` Andrea Arcangeli
2003-08-31 15:38                   ` Jörn Engel
2003-09-02  6:55               ` Henning P. Schmiedehausen
2003-08-31 13:47             ` Pascal Schmidt
2003-08-31 14:51               ` Andrea Arcangeli
2003-09-02  6:53           ` Henning P. Schmiedehausen
2003-08-31  6:30       ` Jörn Engel
     [not found] <qn1b.2Pr.29@gated-at.bofh.it>
     [not found] ` <qoTh.5mt.11@gated-at.bofh.it>
     [not found]   ` <rdje.1sH.11@gated-at.bofh.it>
2003-09-02 17:49     ` Pascal Schmidt
2003-08-30  1:29 Larry McVoy
2003-08-30 15:03 ` Larry McVoy
2003-08-30 16:10   ` Jörn Engel
2003-08-31 10:13   ` Toon van der Pas

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=20030830230701.GA25845@work.bitmover.com \
    --to=lm@bitmover.com \
    --cc=der.eremit@email.de \
    --cc=joern@wohnheim.fh-wedel.de \
    --cc=linux-kernel@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