All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Mario Ohnewald" <mario.ohnewald@gmx.de>
To: lartc@vger.kernel.org
Subject: [LARTC] wondershaper
Date: Sun, 24 Nov 2002 23:16:48 +0000	[thread overview]
Message-ID: <marc-lartc-103817961603540@msgid-missing> (raw)
In-Reply-To: <marc-lartc-103130244112675@msgid-missing>

Hello!
I want to give port 14567 a high priority/minumum delay because its a onlien
game.
I took wondershaper cause its fairly easy to understand. AND i read the
HowTo, especially Section 9!!

DOWNLINKx6
UPLINK\x128
DEV=ppp0

# start filters
# TOS Minimum Delay (ssh, NOT scp) in 1:10:
tc filter add dev $DEV parent 1:0 protocol ip prio 10 u32 \
      match ip tos 0x10 0xff  flowid 1:10


Then i added my ports:
-------------------------
tc filter add dev $DEV parent 1:0 protocol ip prio 10 u32 \
      match ip dport 14567 0xffff flowid 1:10 flowid 1:10

tc filter add dev $DEV parent 1:0 protocol ip prio 10 u32 \
     match ip dport 14567 0xffff flowid 1:10 flowid 1:10
--------------------------

I started an upload to see if it worked, but i still had a ping >1000
It didnt really change anything.
The output of wondershaper was fine, no errors came up.

Can anyone give me a hint what i did wrong?

Cheers, Mario




_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

  parent reply	other threads:[~2002-11-24 23:16 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-06  8:52 [LARTC] Wondershaper Sebastian Bleikamp
2002-09-06  9:27 ` Stef Coene
2002-09-06 11:47 ` Sebastian Bleikamp
2002-09-09 19:22 ` Stef Coene
2002-09-18  4:42 ` Justin Morea
2002-09-18  5:50 ` Stef Coene
2002-09-18 14:56 ` Adi Nugroho
2002-11-20 18:58 ` [LARTC] wondershaper K Sambaiah
2002-11-20 19:09 ` Stef Coene
2002-11-20 19:47 ` David Koski
2002-11-24 23:16 ` Mario Ohnewald [this message]
2002-11-25  7:03 ` Kenneth Porter
2004-02-03  2:51 ` Mark Ryan
2004-02-04  0:26 ` Mark Ryan
2004-02-04  1:46 ` Damion de Soto
2004-02-05  1:01 ` Mark Ryan
2004-02-05  5:28 ` Damion de Soto
  -- strict thread matches above, loose matches on Subject: below --
2005-10-13 15:19 David Sims
2005-10-13 18:08 ` Eliot, Wireless and Server Administrator,  Great Lakes Internet
2005-10-27 21:24 ` [LARTC] Wondershaper David Sims

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-103817961603540@msgid-missing \
    --to=mario.ohnewald@gmx.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.