[Bloat] Possible Companion Software for Cake and SQM

Noah Causin n0manletter at gmail.com
Thu Jun 2 19:39:53 EDT 2016


I found this netfilter module that could be useful for traffic shaping 
with Cake or SQM.

https://github.com/betolj/ndpi-netfilter

It uses an open source deep packet inspection engine to determine what 
application a flow is, and it works with iptables.  My idea is that this 
could be used to apply diffserv markings to traffic like Netflix, so 
that they can be placed into the appropriate classes.

iptables -t mangle -A FORWARD -o eth2 -m ndpi --netflix -j DSCP 
--set-dscp-class cs2

What do you think?

Noah


More information about the Bloat mailing list