Displaying 1 result from an estimated 1 matches for "fast_mark".
Did you mean:
castmark
2004 Jun 11
1
R2q stuff
Hi, im using this script to shape traffic as I want..i get this log on
the kernel
Log:
HTB: quantum of class 10020 is big. Consider r2q change.
HTB init, kernel part version 3.13
HTB init, kernel part version 3.13
How worryed should I be :) ???
Thanks people!?
#!/bin/bash -x
fast_mark=1
ultra_fast_mark=2
slow_mark=3
interfaz_externa="eth1"
interfaz_interna="eth0"
iptables="/usr/local/sbin/iptables"
average_port="22 80 8080 3128 443 53 110 5190 259 1041 1723 1863
6667 6668 6669"
p2p_...