Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqm-scripts & luci-app-sqm: experimental QoS #433

Merged
merged 2 commits into from
Oct 15, 2014

Commits on Oct 15, 2014

  1. sqm-scripts: Smart Queue Management - experimental QoS

    sqm-scripts is a new QoS system from Cerowrt / Bufferbloat.
    I have tested it in my own community build.
    
    More info at:
    http://www.bufferbloat.net/projects/cerowrt/wiki/Smart_Queue_Management
    http://www.bufferbloat.net/projects/cerowrt/wiki/Setting_up_SQM_for_CeroWrt_310
    
    Dave Täht submitted this first via openwrt-devel mailing list in March 2014,
    but that was not picked up before the switch to Github:
    http://patchwork.openwrt.org/patch/5078/
    
    Original code used as the base:
    dtaht/ceropackages-3.10@8ce2936
    
    I have modified:
    - set the default interface to be eth1, like the Openwrt default.
    - modified config to hide some of the advanced options by default
    - beautified Makefile a bit
    - added Toke Høiland-Jørgensen <toke@toke.dk> as the maintainer, as discussed
      in dtaht/ceropackages-3.10#8 (comment)
    
    Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
    hnyman committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    5113575 View commit details
    Browse the repository at this point in the history
  2. luci-app-sqm: Luci GUI for sqm-scripts QoS

    This is the Luci GUI for managing SQM QoS System.
    
    Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
    hnyman committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    da7e252 View commit details
    Browse the repository at this point in the history