Displaying 3 results from an estimated 3 matches for "ckua".
Did you mean:
chua
2005 May 05
5
packet shaping bridge
...sent to the other queue
tc filter add dev $DEV protocol ip parent 1:1 prio 3 u32 match ip src
0.0.0.0/0 flowid 1:11
tc qdisc add dev $DEV parent 1:10 handle 10: pfifo limit 2
tc qdisc add dev $DEV parent 1:11 handle 11: sfq perturb 2
-------------------
--
Jason Bath
Network Administrator
CKUA Radio Network
2005 May 26
2
Random Early Detection
...p sport 2002
0xffff flowid 2:10
tc qdisc add dev $DEV0 parent 1:10 handle 10: pfifo
tc qdisc add dev $DEV0 parent 1:20 handle 11: sfq perturb 10
tc qdisc add dev $DEV1 parent 2:10 handle 10: pfifo
tc qdisc add dev $DEV1 parent 2:20 handle 11: sfq perturb 10
--
Jason Bath
Network Administrator
CKUA Radio Network
780.428.2017
2005 Jun 01
0
Dynamic bridging
Hi,
I have two transparent bridges on either side of a WAN connection. What
I''d like to do is utilize the full 1.5Mb/s on the WAN without creating
spikes and drops for my audio stream. The approach at this point has
been to limit each bridge in sending 750kbit/s through to the other
bridge so we get the 1.5Mb total.
The downside is after reserving 200kbit/s for my audio stream