From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1-ext.rs.github.com (smtp1-ext.rs.github.com [207.97.227.250]) by huchra.bufferbloat.net (Postfix) with ESMTP id D80EF2008E8 for ; Sun, 17 Jun 2012 15:47:02 -0700 (PDT) Received: from github.com (sh3.rs.github.com [108.171.174.178]) by smtp1-ext.rs.github.com (Postfix) with ESMTP id 1FF42426E1 for ; Sun, 17 Jun 2012 15:47:02 -0700 (PDT) Date: Sun, 17 Jun 2012 15:47:02 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-ID: <4fde5e66e91b_519318a7af48752e@sh3.rs.github.com.mail> Subject: [dtaht/ceropackages-3.3] 326629: debloat: limit codel to 600 packets instead of 10k... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_4fde5e66be8f_519318a7af4873f7"; 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: Sun, 17 Jun 2012 22:47:03 -0000 ----==_mimepart_4fde5e66be8f_519318a7af4873f7 Date: Sun, 17 Jun 2012 15:47:02 -0700 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-ID: <4fde5e66d1b7_519318a7af4874d1@sh3.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.3 Commit: 326629eb9d03fbaf73b614d4a09f60b802574124 https://github.com/dtaht/ceropackages-3.3/commit/326629eb9d03fbaf73b614d4a09f60b802574124 Author: Dave Taht Date: 2012-06-17 (Sun, 17 Jun 2012) Changed paths: M net/debloat/files/debloat Log Message: ----------- debloat: limit codel to 600 packets instead of 10k packets codel does allow for bursts, but anything larger than a few hundred packets is crazy for gigE and below - and in pathological situations the default 10k limit (15MB) can run you out of ram, so... arbitrarily limit to 600 max. ----==_mimepart_4fde5e66be8f_519318a7af4873f7--