From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.rs.github.com (smtp1-ext.rs.github.com [207.97.227.250]) by huchra.bufferbloat.net (Postfix) with ESMTP id 29EE5200762 for ; Tue, 27 Dec 2011 13:55:54 -0800 (PST) Received: from github.com (sh1.rs.github.com [172.17.1.41]) by smtp1.rs.github.com (Postfix) with ESMTP id 5CA8B424E1 for ; Tue, 27 Dec 2011 13:55:53 -0800 (PST) Date: Tue, 27 Dec 2011 13:55:53 -0800 To: cerowrt-commits@lists.bufferbloat.net Subject: [dtaht/deBloat] 048091: Fixed multicast bin and started oo-reorg for multi... Content-Type: text/plain; charset=UTF-8 Message-Id: <20111227215553.5CA8B424E1@smtp1.rs.github.com> From: noreply@github.com X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2011 21:55:54 -0000 Branch: refs/heads/master Home: https://github.com/dtaht/deBloat Commit: 048091bc9473117d461b76fb8a6ac4773fb12f70 https://github.com/dtaht/deBloat/commit/048091bc9473117d461b76fb8a6ac4773fb12f70 Author: Dave Taht Date: 2011-12-27 (Tue, 27 Dec 2011) Changed paths: M src/staqfq.lua Log Message: ----------- Fixed multicast bin and started oo-reorg for multiple model support I think I can improve the multicast filter some more, but I kind like keeping around the idea of treating different sorts of multicast differently. I'd like this script to become a driver for multiple AQM models in the long run - sfq, qfq, htb+sfq, htb+qfq, netem, etc Started that migration here... but want it to work on openwrt next....