@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