Displaying 3 results from an estimated 3 matches for "85kbit".
Did you mean:
80kbit
2004 Jan 20
4
Fair bandwidth oversubscribing ? How with HTB ?
...h in fair ratios based on their individual maximum setting.
(Currently 256Kbit for all of them, but I''d like to be able to
differentiate them later)
If all 5 were trying to fully utilize their bandwidth at the same time,
they should get a fairly distributed 33% of their maximum - eg about
85Kbit.
The problem I can see is that both CBQ and HTB don''t seem to honour
situations where the sum of all the child rates exceeds the parent rate -
the parent rate is ignored so the 426Kbit cap is exceeded. The HTB docs
even explicitely say this won''t work.
So is there any tricky way...
2005 Oct 04
2
Hardware vs. Network Inputs
We are trying to determine how to build out an IVR system we are
working on. The system needs to be able to handle probably at most
5-10 concurrent calls at peak times. Other times we are just looking
for a reliable service. For incoming calls we've been using
BroadVoice VOIP and before that VoicePulse VOIP. VoicePulse's IAX
service started dropping DTMF inputs that we were processing
2003 Jan 06
1
strange htb behaviour
...urst 50k
tc class add dev eth0 parent 2:1 classid 2:3 htb rate 1bps ceil 256kbit
prio 3 quantum 1500
tc qdisc add dev eth0 parent 2:3 handle 3:0 sfq
# then a class for acks , maxiumum prio, but shouldnt eat up more than
1/3 of bw)
tc class add dev eth0 parent 2:1 classid 2:4 htb rate 12kbit ceil
85kbit prio 0 quantum 1500 burst 5k
tc qdisc add dev eth0 parent 2:4 handle 4:0 sfq
tc filter add dev eth0 parent 2:0 protocol ip prio 0 handle 0x1869f fw
classid 2:4
# and a class for dns/other stuff which should be served fast
tc class add dev eth0 parent 2:1 classid 2:5 htb rate 128kbit prio 1
quantu...