Displaying 2 results from an estimated 2 matches for "98kbit".
Did you mean:
8kbit
2003 Jul 05
13
HTB doesn''t respect rate values
Hi,
machine: AMD K6 200 MHz
Linux distribution: Mandrake 8.1
kernel: compiled 2.4.21
applied this:
#define PSCHED_CLOCK_SOURCE PSCHED_CPU in file
linux/include/net/pkt_sched.h bevore compiled the kernel
(described on http://www.docum.org/stef.coene/qos/faq/cache/40.html)
bandwitch on eth0: 128kbit
The most simple configuration - 122kbit guaranted for WWW (sport 80) and
2004 Jul 30
0
Help:how many bandwidth are borrowed in HTB?How to caculate!
...896kbit prio 0 burst 60k
/usr/sbin/tc class add dev nas0 parent 1:1 classid 1:10 htb ceil 896kbit rate 537kbit prio 1 burst 60k
/usr/sbin/tc class add dev nas0 parent 1:1 classid 1:20 htb ceil 361kbit rate 161kbit prio 2 burst 60k
/usr/sbin/tc class add dev nas0 parent 1:1 classid 1:30 htb ceil 298kbit rate 98kbit prio 3 burst 60k
/usr/sbin/tc class add dev nas0 parent 1:1 classid 1:40 htb ceil 271kbit rate 71kbit prio 4 burst 60k
/usr/sbin/tc class add dev nas0 parent 1:1 classid 1:50 htb ceil 117kbit rate 17kbit prio 5 burst 60k
/usr/sbin/tc class add dev nas0 parent 1:1 classid 1:60 htb cei...