Displaying 1 result from an estimated 1 matches for "695kbit".
Did you mean:
95kbit
2005 Apr 12
8
HTB ATM MPU OVERHEAD (without any patching)
...tter values?
My transmit speed is 768kbps per ADSL line (I have two). This is the HTB
shaping I do on the interface (logic used for this follows):
# create HTB root qdisc
tc qdisc add dev eth0 root handle 1: htb default 22
# create classe
tc class add dev eth0 parent 1: classid 1:1 htb \
rate 695kbit
# create leaf classes
# ACKs, ICMP, VOIP
tc class add dev eth0 parent 1:1 classid 1:20 htb \
rate 50kbit \
ceil 695kbit \
prio 0 \
mpu 96 \
overhead 24
# GAMING
tc class add dev eth0 parent 1:1 classid 1:21 htb \
rate 600kbit \
ceil 695kbit \
prio 1 \
mpu 96 \
overhead 24
# NORM...