wondershaper

Linux Advanced Routing and Traffic Control

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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!!

DOWNLINK=786
UPLINK=128
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/

[Index of Archives]     [LARTC Home Page]     [Netfilter]     [Netfilter Development]     [Network Development]     [Bugtraq]     [GCC Help]     [Yosemite News]     [Linux Kernel]     [Fedora Users]
  Powered by Linux