From: Martin Devera <devik@cdi.cz>
To: lartc@vger.kernel.org
Subject: [LARTC] Re: htb-Why incoming only ?
Date: Thu, 28 Feb 2002 09:08:16 +0000 [thread overview]
Message-ID: <marc-lartc-101488749707078@msgid-missing> (raw)
I'm Cc this to LARTC as it may be of general interest.
The problem is that Linux (as other OSes) can install
qdisc (shaper) only for outgoing data. It is generaly
believed to be dumb to throttle data when they already
reached your computer or gateway.
When you do this on router you CAN limit both directions
by placing shaper on both eth0 and eth1 for example.
But the incoming data can be already shaped by your
upstream so that you have to shape to yet lower rate
to be sure that backlog is build.
To overcome limitation where qdisc can be only at output
interface you can use my IMQ patch which allows you to
run every packet in system thru HTB - of course you have
to be careful when setting it up because all packets
including local will go there.
hope it helps,
devik
On Thu, 28 Feb 2002, Project Work wrote:
> Hello,
> We read from various manuals that it is not possible to control the
> incoming bandwidth using HTB. The reason we understood was that we don't
> have control over what is coming in from the internet. But, when we install
> HTB in a router to control the outgoing bandwidth, the same problem exists
> there too, right? The router doesn't know how much data each user in the n/w
> sends, similar to how much data sent to each user. May be a silly doubt. But
> do reply ?
>
> Thanks,
> Leetha, Pramod, Viswanath.
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
>
>
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next reply other threads:[~2002-02-28 9:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-28 9:08 Martin Devera [this message]
2002-02-28 15:45 ` [LARTC] Re: htb-Why incoming only ? Michael T. Babcock
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=marc-lartc-101488749707078@msgid-missing \
--to=devik@cdi.cz \
--cc=lartc@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.