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