General list for discussing Bufferbloat
 help / color / mirror / Atom feed
From: Jonathan Morton <chromatix99@gmail.com>
To: Noah Causin <n0manletter@gmail.com>
Cc: bloat@lists.bufferbloat.net
Subject: Re: [Bloat] Possible Companion Software for Cake and SQM
Date: Fri, 3 Jun 2016 07:20:34 +0300	[thread overview]
Message-ID: <FE66C2F9-73D2-4413-A263-0E11334520CE@gmail.com> (raw)
In-Reply-To: <a24add5d-0b28-4f5a-cca6-367faa3b5058@gmail.com>


> On 3 Jun, 2016, at 02:39, Noah Causin <n0manletter@gmail.com> wrote:
> 
> 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?

I think this has the potential to be a major CPU hog.  That’s a problem on consumer-grade routers.

It’s also not a general solution which can be deployed by ISPs subject to Net Neutrality regulations - because it explicitly works by identifying applications and marking them for discriminatory treatment, which is precisely what Net Neutrality outlaws.

A secondary problem is that iptables currently gets applied *after* the ingress qdisc has finished with the packet.  This limits the utility.

 - Jonathan Morton


  reply	other threads:[~2016-06-03  4:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-02 23:39 Noah Causin
2016-06-03  4:20 ` Jonathan Morton [this message]
2016-06-03 17:08   ` Noah Causin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.bufferbloat.net/postorius/lists/bloat.lists.bufferbloat.net/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=FE66C2F9-73D2-4413-A263-0E11334520CE@gmail.com \
    --to=chromatix99@gmail.com \
    --cc=bloat@lists.bufferbloat.net \
    --cc=n0manletter@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox