> On 6 Apr, 2017, at 11:27, Pete Heist <[email protected]> wrote: > > There is a table of member ID to a list of MAC addresses for the member, so > if there could somehow be fairness based on that table and by MAC address, > that could solve it, but I don’t see how it could be implemented.
One option would be to use HTB with FLOWER filters to sort out the subscribers into classes, and use Cake or fq_codel as a child qdisc per class. Remember that Cake can be used in “unlimited” mode to rely on an external shaping source. - Jonathan Morton _______________________________________________ Cake mailing list [email protected] https://lists.bufferbloat.net/listinfo/cake
