Displaying 1 result from an estimated 1 matches for "intwireless".
Did you mean:
dltwireless
2006 Jul 01
2
How to priorize VoIP in a Wi-Fi scenario? Default qdisc in Linux, PRIO, HTB and HFSC ...
...lan0 parent 1:0 prio 1 protocol ip u32 match ip tos
0xa0 0xff flowid 1:2
tc filter add dev wlan0 parent 1:0 prio 2 protocol ip u32 match ip tos
0x60 0xff flowid 1:3
tc filter add dev wlan0 parent 1:0 prio 3 protocol ip u32 match ip tos
0x00 0xff flowid 1:4
And now my HFSC setup:
tc qdisc add dev $INTWIRELESS root handle 1:0 hfsc
tc class add dev $INTWIRELESS parent 1:0 classid 1:1 hfsc sc rate
0.95Mbit ul rate 0.95Mbit
tc class add dev $INTWIRELESS parent 1:1 classid 1:2 hfsc sc rate
0.7Mbit ul rate 0.95Mbit
tc class add dev $INTWIRELESS parent 1:1 classid 1:3 hfsc sc rate
0.29Mbit ul rate 0.95Mbit...