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 046202002A8 for ; Thu, 12 Jan 2012 02:10:10 -0800 (PST) Received: from github.com (sh1.rs.github.com [172.17.1.41]) by smtp1.rs.github.com (Postfix) with ESMTP id 802914276D for ; Thu, 12 Jan 2012 02:10:00 -0800 (PST) Date: Thu, 12 Jan 2012 02:10:00 -0800 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-ID: <4f0eb17879f5c_25383ff1b54a9afc186622@sh1.rs.github.com.mail> Subject: [dtaht/deBloat] : Stub for openwrt shaper emulator Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_4f0eb17877df8_25383ff1b54a9afc18644c"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list Reply-To: GitHub List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2012 10:10:10 -0000 ----==_mimepart_4f0eb17877df8_25383ff1b54a9afc18644c Date: Thu, 12 Jan 2012 02:10:00 -0800 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-ID: <4f0eb17878fe6_25383ff1b54a9afc1865b3@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/dtaht/deBloat Commit: a30cac79e56ce1618a3c40f1a43a6e7bd09a3461 https://github.com/dtaht/deBloat/commit/a30cac79e56ce1618a3c40f1a43a6e7bd09a3461 Author: Dave Taht Date: 2012-01-12 (Thu, 12 Jan 2012) Changed paths: M src/debloat Log Message: ----------- Stub for openwrt shaper emulator My end game is to be able to drive this script and do tests against various existing tools to be able to gather results. The current openwrt shaper/aqm solution is a combination of iptables rules and tc, generated by a combination of awk and shell, using a combination of HFSC, SFQ, and RED that I don't understand. It is also flawed in that it doesn't do ipv6. I've been meaning to at least, fix it for ipv6, for quite some time. Now I have the infrastructure to do so, and just have to warp my brain into translating awk and shell in lua, again, as well as come up with clean ways to drive iptables. ----==_mimepart_4f0eb17877df8_25383ff1b54a9afc18644c--