Displaying 2 results from an estimated 2 matches for "preturb".
Did you mean:
perturb
2006 Jun 01
6
For leaf classes is best PFIFO or SFQ?
...e 310: pfifo lmit 10
# tc class add dev eth0 parent 1:32 handle 320: pfifo lmit 10
# tc class add dev eth0 parent 1:33 handle 330: pfifo lmit 10
# tc class add dev eth0 parent 1:34 handle 340: pfifo lmit 10
But is not better use SFQ, like this?
# tc class add dev eth0 parent 1:21 handle 210: sfq preturb 10
# tc class add dev eth0 parent 1:22 handle 220: sfq preturb 10
# tc class add dev eth0 parent 1:23 handle 230: sfq preturb 10
.
.
.
What''s the real difference?
Best Regards
--
Stefano Mainardi
Presidente Associazione ILDN - Italian Linux Distro Network
Mobile: 349/3917212
Skype: main...
2006 May 27
14
HTB shaping & borrowing info
Hello to everybody,
We want integrate in a router/firewall (Debian Based, 2.6 Kernel), an HTB
shaper.
The goal is to divide the traffic for classes of workstations, at example in
three classes,
let say A, B and C.
Example:
A 70 Mb/s
B 20 Mb/s
C 10 Mb/s
If B don''t make traffic, 7/8 of 20Mb/s must be assigned to A and all the
rest at B
We have used CBQ and HTB, with poor succes.
Anybody