From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vb0-f43.google.com (mail-vb0-f43.google.com [209.85.212.43]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 8D10021F0E6 for ; Mon, 20 Aug 2012 19:44:58 -0700 (PDT) Received: by vbbfq11 with SMTP id fq11so15100404vbb.16 for ; Mon, 20 Aug 2012 19:44:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:in-reply-to:mime-version:content-transfer-encoding :content-type:message-id:cc:x-mailer:from:subject:date:to; bh=jmgxPGLPIhz4Tc/PIxKdqtuyfHlR4BctTvyIS4csdBk=; b=Sglz0Omos/oFzAu3jk9/5WzsdiUwSYac+kkH0pwU+OXISkA9iqc31Iy7FTCyFuCxzM eB9DmOuJPV5OrLyhmuNl8NAG61ue5Oj15TO/0DkOot0Wi2am0Wf+Jl5ioBV2LHmxG0oC aJB0+uG0JqU7XlimAeKLE0t56q9XZCVZ/nQJy9Qti67k2iPYX8EFdBQMXI2+gRAtoMnQ FlHd6UgrqVBtoOhGq0HvAxzIBXaJwhtHwfB+DenNnGsMTDt48kg9hbbkPnR88s41aAMR Cr7P2qkWK8A39DrvMJX/sMl3uj455N5Z4r/Bg/NUBhiMGkhW+CXpTnZl3+lbGp4oSSQk SYvA== Received: by 10.220.39.206 with SMTP id h14mr12077041vce.63.1345517097258; Mon, 20 Aug 2012 19:44:57 -0700 (PDT) Received: from [192.168.1.207] (c-76-24-143-33.hsd1.nh.comcast.net. [76.24.143.33]) by mx.google.com with ESMTPS id xd6sm98956vec.7.2012.08.20.19.44.56 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 20 Aug 2012 19:44:56 -0700 (PDT) References: <36D61FDC-9AA9-46CC-ACBB-2D28B250C660@gmx.de> <2998C331-777B-41B3-A6BC-8285461EF729@gmx.de> <1345516397.664231592@apps.rackspace.com> In-Reply-To: <1345516397.664231592@apps.rackspace.com> Mime-Version: 1.0 (1.0) Content-Transfer-Encoding: 7bit Content-Type: multipart/alternative; boundary=Apple-Mail-EE254C72-523B-46B8-9621-219F96A4BE58 Message-Id: X-Mailer: iPhone Mail (9B206) From: Marchon Date: Mon, 20 Aug 2012 22:44:52 -0400 To: "dpreed@reed.com" Cc: "cerowrt-devel@lists.bufferbloat.net" Subject: Re: [Cerowrt-devel] cerowrt 3.3.8-17 is released X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2012 02:44:59 -0000 --Apple-Mail-EE254C72-523B-46B8-9621-219F96A4BE58 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 It The Fq_codel settings prevent excess buffering on the push of data out ov= er the cable modem itself / it will prevent unnecessary premature reduction o= f the tcp sliding window size further preventing a cascading backlog that e= nds up further reducing the sliding window and slowing down the overall outb= ound transfer rate.=20 A buffering problem in the cable modem only happens if you feed it data to q= uickly.=20 Sent from my iPhone On Aug 20, 2012, at 10:33 PM, dpreed@reed.com wrote: > I'm confused. Fq_codel does not (to my knowledge) fix bufferbloat *in you= r cable modem* or *in the CMTS head-end*. > =20 > How could it? In order for that to be fixed, you need to manage the buff= er in the cable modem itself. > =20 > -----Original Message----- > From: "Sebastian Moeller" > Sent: Monday, August 20, 2012 2:24pm > To: "Dave Taht" > Cc: cerowrt-devel@lists.bufferbloat.net > Subject: Re: [Cerowrt-devel] cerowrt 3.3.8-17 is released >=20 > Hi Dave, >=20 > so I went to play around with this a bit more. I turned to UDP flooding my= cable modem through the router and this surely allows me to create enough l= oad on the wndr3700v2 to cause the allocation errors and as a "bonus" also t= o drive the router to reboot (driven by the watchdog timer?). Here is the sc= ript I used over 5G wireless (from http://blog.ioshints.info/2008/03/udp-flo= od-in-perl.html) >=20 > #!/usr/bin/perl > ############## >=20 > # udp flood. > ############## >=20 > use Socket; > use strict; >=20 > if ($#ARGV !=3D 3) { > print "flood.pl