Displaying 2 results from an estimated 2 matches for "ef_burst".
2005 Apr 06
3
tbf latency problems!
Hi i have found a problem related with tbf and the
latency that the tbf calculates.. I have used the
following parameters for burst and limit
burst 100Kbit limit 500Kbit lat81.8ms
burst 6Kbit limit 6Kbit lat 0us
burst 200Kbit limit 100Kbit lat 4294.9s
As u can see in the 3rd column the latency for 100Kbit
burst and 500Kbit limit is 81.8ms but for 200Kbit and
limit 100Kbit is 4294.9s!!! How
2005 Mar 17
0
cbq + gred doesn''t drop packets
...ty class, TBF, and its filter
echo ''installing EF''
$tc filter add dev $DEV parent 1:0 protocol ip prio 1
handle 0x2e tcindex classid 1:111
$tc filter add dev $DEV parent 2:0 protocol ip prio 1
handle 1 tcindex classid 2:1
$tc qdisc add dev $DEV parent 2:1 tbf rate $EF_RATE
burst $EF_BURST mtu $EF_MTU limit $EF_LIMIT
# AF & BE CBQ, and its filter
echo ''installing CBQ''
$tc filter add dev $DEV parent 2:0 protocol ip prio 1
handle 2 tcindex classid 2:2
$tc qdisc add dev $DEV parent 2:2 handle 4:0 cbq
bandwidth 500Kbit cell 8 avpkt 1500 mpu 64
$tc filter add dev...