From: Lars Oeschey <oeschey@web.de>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Bandwith thinking error
Date: Thu, 13 May 2004 18:59:14 +0000 [thread overview]
Message-ID: <40A3C582.5000407@web.de> (raw)
In-Reply-To: <9999.143.164.102.13.1084370910.squirrel@vdr.oescheyhome.de>
Andreas Klauer wrote:
>The modified wondershaper is here:
> http://www.metamorpher.de/files/wshaper-over-lan.htb
>
>
I tested the script now, it works good so far in that LAN traffic isn't
slowed down anymore . But when p2p has full Bandwidth, http over the
proxy is very slow. I would like that p2p just gets the bandwidth thats
left over after http, is that possible? What I tried with the original
script was this, could that work?
tc filter add dev $DEV parent 1: protocol ip prio 10 u32 \
match ip dport 3128 0xffff flowid 1:10
tc filter add dev $DEV parent 1: protocol ip prio 10 u32 \
match ip sport 3128 0xffff flowid 1:10
tc filter add dev $DEV parent 1: protocol ip prio 10 u32 \
match ip dport 80 0xffff flowid 1:10
tc filter add dev $DEV parent 1: protocol ip prio 10 u32 \
match ip sport 80 0xffff flowid 1:10
Lars
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next prev parent reply other threads:[~2004-05-13 18:59 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-12 14:08 [LARTC] Bandwith thinking error Lars Oeschey
2004-05-12 15:28 ` Andreas Klauer
2004-05-13 7:06 ` Lars Oeschey
2004-05-13 13:17 ` Andreas Klauer
2004-05-13 13:48 ` Lars Oeschey
2004-05-13 14:23 ` Andreas Klauer
2004-05-13 18:59 ` Lars Oeschey [this message]
2004-05-13 20:01 ` Andreas Klauer
2004-05-13 20:13 ` Jason Boxman
2004-05-13 21:16 ` Lars Oeschey
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=40A3C582.5000407@web.de \
--to=oeschey@web.de \
--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.