[LARTC] SRR qdisc

2006-07-27 Thread Dmitry Labutcky
Hi all, I wrote new qdisc SRR (Simple Round Robin). This is just another reimplementation of round robin packets distributions. I'm not using SQF/ESFQ source code and algorithms in this scheduler. The main goal of this work is not given multistream download managers give all bandwidth

Re: [LARTC] shaping bursty www-traffic

2004-02-23 Thread Dmitry Labutcky
Hello, Possible solution is make smaller burst parameters: tc class add dev $DEV parent 1:0 classid 1:122 htb rate 12kbit ceil 16kbit burst 1500 prio 3 In this case pages whith size more than 1500 bytes will limit outgoing speed. Good evening, everybody! I have a simple question about