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 CF8DE2002A8 for ; Thu, 12 Jan 2012 01:51:05 -0800 (PST) Received: from github.com (sh1.rs.github.com [172.17.1.41]) by smtp1.rs.github.com (Postfix) with ESMTP id 301BC427E1 for ; Thu, 12 Jan 2012 01:51:05 -0800 (PST) Date: Thu, 12 Jan 2012 01:51:05 -0800 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-ID: <4f0ead092d8e2_25383ff1b54a9afc1821fb@sh1.rs.github.com.mail> Subject: [dtaht/deBloat] : Added ping optimisation via first class function Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_4f0ead092b8de_25383ff1b54a9afc18195b"; 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 09:51:06 -0000 ----==_mimepart_4f0ead092b8de_25383ff1b54a9afc18195b Date: Thu, 12 Jan 2012 01:51:05 -0800 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-ID: <4f0ead092cad4_25383ff1b54a9afc18200@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/dtaht/deBloat Commit: c5136e7f5b03a802059958bb17a5d45d50ef5947 https://github.com/dtaht/deBloat/commit/c5136e7f5b03a802059958bb17a5d45d50ef5947 Author: Dave Taht Date: 2012-01-12 (Thu, 12 Jan 2012) Changed paths: M src/debloat Log Message: ----------- Added ping optimisation via first class function I keep forgetting I have these at my disposal in lua pingopt = function(bla) So if you set PINGOPT in the environment we will optimize for ping (which is useful for testing) Kind of need to add ping6 to the filters as well Commit: 42c8b02b63bcdc1114a36b71dee60e0aa30ba14d https://github.com/dtaht/deBloat/commit/42c8b02b63bcdc1114a36b71dee60e0aa30ba14d Author: Dave Taht Date: 2012-01-12 (Thu, 12 Jan 2012) Changed paths: M src/debloat Log Message: ----------- Add pingopt optimization back into the qfq model This will toss ping when PINGOPT is set into the 'DEFAULTB' It's a good test to see if stuff is working... Compare: https://github.com/dtaht/deBloat/compare/da0dcb3...42c8b02 ----==_mimepart_4f0ead092b8de_25383ff1b54a9afc18195b--