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 B21712011D0 for ; Thu, 12 Jan 2012 00:27:08 -0800 (PST) Received: from github.com (sh1.rs.github.com [172.17.1.41]) by smtp1.rs.github.com (Postfix) with ESMTP id 33AA942564 for ; Thu, 12 Jan 2012 00:27:08 -0800 (PST) Date: Thu, 12 Jan 2012 00:27:08 -0800 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-ID: <4f0e995c30ec8_25383ff1b54a9afc157261@sh1.rs.github.com.mail> Subject: [dtaht/deBloat] : Normalized the tc qdisc output to have a more regu... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_4f0e995c2ef49_25383ff1b54a9afc15703"; 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 08:27:08 -0000 ----==_mimepart_4f0e995c2ef49_25383ff1b54a9afc15703 Date: Thu, 12 Jan 2012 00:27:08 -0800 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-ID: <4f0e995c30081_25383ff1b54a9afc1571d@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/dtaht/deBloat Commit: ae4a52ee4b643a6fc7075957d8f1005527029033 https://github.com/dtaht/deBloat/commit/ae4a52ee4b643a6fc7075957d8f1005527029033 Author: Dave Taht Date: 2012-01-12 (Thu, 12 Jan 2012) Changed paths: M src/debloat Log Message: ----------- Normalized the tc qdisc output to have a more regular syntax It's very hard to read the output and understand if it is correct or not, as it is, with tc, and I've gone to enormous lengths, creating shorthand for it in the script, and trying to create output that can be looked over with the mark #1 eyeball for correctness It's annoying that I can't suppress stderr when I want to, in lua. There has got to be a way. Maybe I can use tc change? Don't know. ----==_mimepart_4f0e995c2ef49_25383ff1b54a9afc15703--