Displaying 1 result from an estimated 1 matches for "tosfix".
Did you mean:
posfix
2006 Jan 30
1
Shared ADSL SHAPER
...000 burst 2000 cburst 1000"
MAX_IP_LIMIT=33
#General egress Wan port
command "tc qdisc add dev ${WAN} root handle 1: htb default 10"
command "tc class add dev ${WAN} parent 1: classid 1:1 htb rate ${CEILRATE}
ceil ${CEILRATE} ${HTB_MAIN_OPT}"
#Fix general tos - new chain tosfix
command "iptables -t mangle -N tosfix"
command "iptables -t mangle -A tosfix -p tcp -m length --length 0:512 -j
RETURN"
command "iptables -t mangle -A tosfix -m limit --limit 2/s --limit-burst 10 -j
RETURN"
command "iptables -t mangle -A tosfix -j TOS --set-tos...