Re: How to best rate limit and employ fq_codel or cake as a small ISP

Georgios Amanakis <[email protected]>
Newsgroups org.kernel.vger.lartc
Message-ID <CACvFP_hw1t4YA8QLcoyoq7ME3pZG0EbtuWGh0yebESCRACqrow@mail.gmail.com>
@Nate
You could do this with cake:
tc qdisc add dev eth0 root handle 1:0 cake bandwidth 9mbps ack-filter

or with fq_codel:
tc qdisc add dev eth0 root handle 1:0 htb default 1
tc class add dev eth0 classid 1:1 htb rate 9mbps
tc qdisc add dev eth0 parent 1:1 handle 10:1 fq_codel

You also might try asking in the cake mailing list, lists.bufferbloat.net

George
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.