Displaying 3 results from an estimated 3 matches for "subqueue".
Did you mean:
subquery
2002 Jun 06
0
(E)SFQ HRR (=Hierarchical Round Robin)
...me a moment to figure out HRR=Hierarchical Round Robin.)
Yep, that has been on my queue for a long time.
(Though I''m interested in a different case than source IP in first
level and other stuff in second.)
Problems:
- it''s a lot more storage (instead of small constant space per
subqueue we now have constant per sub-subqueue, so something
like 128 => 128 x 20)
- double the time for two lookups
- nontrivial change in code. Of course, the temptation would be to
make the code work with n levels.
So far I''ve been able to get by without it. That, along with the
disince...
2001 Jun 26
1
prio fighting
Hi,
I have done this setup to give the machine 192.168.1.4 (masqueraded over
dialup) the highest priority:
#! /bin/bash
WHAT="add"
iptables -A PREROUTING -i eth0 -s 192.168.1.1 -t mangle -j MARK
--set-mark 1
iptables -A PREROUTING -i eth0 -s 192.168.1.4 -t mangle -j MARK
--set-mark 4
tc qdisc $WHAT dev ppp0 root handle 1: prio bands 3 priomap 0 1 2
tc qdisc $WHAT dev ppp0 parent 1:1
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