From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) by huchra.bufferbloat.net (Postfix) with ESMTP id CFD0C21F19B for ; Mon, 20 May 2013 01:51:27 -0700 (PDT) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1369039886; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; bh=KnQIUf+JsXrxYZGzi0/PAoXhkdf48QDdHeUVeMJrltE=; b=SbUjkeqadAqOu9h8YH7JQTNX0Y9O2MYnK7zATD1cKghL+WJoQAhqRGTTkbhqVp3KxICmW9/4 g9WxxnO6wAmhOb2vOnGhBG9dsDeNTp5ZCr9WYxA5DJVqoy8WUx0YscFMjkhEGcaN9V1qKD4Q pNiT1AP3EbvRV6tqwDB5Pk2q2gg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=github.com; s=mailo; q=dns; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; b=ZnCXJ46P2DawE3T8ONODOYsTQvz9iFGcnU4dgpq5uFFDbq8sBqCTx9FsGq5eS1GvgLVRRH 31dgh/do1jbUbXTyAIav67viARWrcL0BmDEqAv+iImTYG2s3LNy7PTyTqHtX7YJzm5VZAdhr 78e5O2JiLrNxLTtaMsaugh/DAfl0o= Received: by luna.mailgun.net with SMTP mgrt 8783208513761; Mon, 20 May 2013 08:51:26 +0000 Received: from github.com (router1-ext.rs.github.com [204.232.175.75]) by mxa.mailgun.org with ESMTP id 5199e40e.7f6a7437d450-in3; Mon, 20 May 2013 08:51:26 -0000 (UTC) Date: Mon, 20 May 2013 01:51:25 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <5199e40dc988a_2bff1135dd433794@hookshot-fe4-pe1-prd.aws.github.net.mail> Subject: [dtaht/ceropackages-3.3] 97272f: aqm-scripts: Fix simplest.qos DOWNLINK Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5199e40dc8254_2bff1135dd43352d"; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Mailgun-Sid: WyIzOWVlZSIsICJjZXJvd3J0LWNvbW1pdHNAbGlzdHMuYnVmZmVyYmxvYXQubmV0IiwgIjQwZiJd Sender: noreply@github.com 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: Mon, 20 May 2013 08:51:28 -0000 ----==_mimepart_5199e40dc8254_2bff1135dd43352d Date: Mon, 20 May 2013 01:51:25 -0700 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-ID: <5199e40dc8eff_2bff1135dd4336a0@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.3 Commit: 97272f46fde71652a449bf73fd5d672b8a137331 https://github.com/dtaht/ceropackages-3.3/commit/97272f46fde71652a449bf73fd5d672b8a137331 Author: Dave Taht Date: 2013-05-20 (Mon, 20 May 2013) Changed paths: M net/aqm-scripts/files/usr/lib/aqm/simplest.qos Log Message: ----------- aqm-scripts: Fix simplest.qos DOWNLINK I goofed in making simplest.qos as simple as possible in that I leveraged the CEIL variable, which no longer exists, and worse, only tested it in a symmetric scenario which didn't expose the problem. Also r2q is just plain wrong and needs to be calculated correctly as per http://www.mail-archive.com/lartc@mailman.ds9a.nl/msg13343.html Bu the math makes my head hurt and I'd rather aim for the lowest latency/best mixing default rather than one that was computationally cheap, because it's computationally cheap anyway. So haven't fixed that yet. ----==_mimepart_5199e40dc8254_2bff1135dd43352d--