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 62B1B21F1E6 for ; Sun, 14 Jun 2015 13:18:36 -0700 (PDT) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1434313115; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=otulpRHRGtnWnSULGWdFtRxawngjNPVnvA3Amsvsdj8=; b=BftcDHnnHtNjKgaS7E/ttLY+6mt3r459gKFbT59JNrxyQksFvJaFJYi3OJH1aa9SUPpZ5yea VbM45bcyGIVONUWkmSmwm70yCSQ9qebVziGLL/ERHcxLFrbIZP63TzOR6PbsXzMMVkhLvo6p lSd6nvaoAqEyOpH43kVplMWgHKo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=github.com; s=mailo; q=dns; h=Sender: Date: From: Reply-To: To: Message-ID: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding; b=JdHJces4JL3s0jids+AAjHSqvP0GorND+zMdtfHmkKSE3ueFgAHPTVSkUCV4BZjx1DVZuh ZOwiAoXPlS9+2TSK14z758KHKN8TAxKQcILKVk0U++PVNPMd5bu5kfHbAzIKa4mgA/uGR99Z SVsUYWqWu40rwGfFm6izNdf4sLQ/M= Sender: noreply@github.com X-Mailgun-Sid: WyIzOWVlZSIsICJjZXJvd3J0LWNvbW1pdHNAbGlzdHMuYnVmZmVyYmxvYXQubmV0IiwgIjQwZiJd Received: from github.com (Unknown [192.30.252.41]) by mxa.mailgun.org with ESMTP id 557de19b.54ee120-in02; Sun, 14 Jun 2015 20:18:35 -0000 (UTC) Date: Sun, 14 Jun 2015 13:18:35 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-ID: <557de19b567a9_6b763fdef98252b8479b8@hookshot-fe5-cp1-prd.iad.github.net.mail> Subject: [dtaht/ceropackages-3.10] 181a75: [sqm-scripts/luci-app-sqm] Document how to disable... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_557de19b563a6_6b763fdef98252b847877"; 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, 14 Jun 2015 20:19:06 -0000 ----==_mimepart_557de19b563a6_6b763fdef98252b847877 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: 181a752e37457f2d3a0ae1e0f0a11a3aa485ce26 https://github.com/dtaht/ceropackages-3.10/commit/181a752e37457f2d3a0ae1e0f0a11a3aa485ce26 Author: Sebastian Moeller Date: 2015-06-14 (Sun, 14 Jun 2015) Changed paths: M luci/luci-app-sqm/files/sqm-cbi.lua Log Message: ----------- [sqm-scripts/luci-app-sqm] Document how to disable shaping on a per direction basis sqm-scripts for a long time interprets a "Down- or Upload speed" of zero as an indication that the shaper should be disabled. Note that really shaping an individual direction down o zero will make the link effectively dead for tcp (think reverse ACK traffic). Son instead of allowing the user to configure something broken, 0 was "over-loaded" to denote no shaping since several years, but that information has not been documented visibly to the users. This commit aims at fixing that oversight. ----==_mimepart_557de19b563a6_6b763fdef98252b847877--