Displaying 1 result from an estimated 1 matches for "55mbit".
Did you mean:
5mbit
2006 Aug 13
3
trying to prioritize voip traffick
...#
e=eth0 # interface
t1=70Mbit # size of your WAN - remember you can''t max this or you''ll experience latency. 75-80% of max is a good place to start.
el=100Mbit # size of eth0
w=7.5Mbit # weighting of your WAN (10% of t1)
sizeCitrix=5Mbit
sizeVoIP=55Mbit
sizeBulk=10Mbit
weightCitrix=0.5Mbit
weightVoIP=5.5Mbit
weightBulk=1Mbit
# #
#####################################
#####################################
# Delete any old rules #
set -v
set -x
tc qdisc del root dev $e
## each class is able to take more bandwid...