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

Linux Advanced Routing and Traffic Control

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



@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
--
To unsubscribe from this list: send the line "unsubscribe lartc" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [LARTC Home Page]     [Netfilter]     [Netfilter Development]     [Network Development]     [Bugtraq]     [GCC Help]     [Yosemite News]     [Linux Kernel]     [Fedora Users]
  Powered by Linux