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 E793421F16D for ; Tue, 17 Sep 2013 11:47:39 -0700 (PDT) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1379443659; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; bh=N9GU4j1XQjsCcEBuRVlB6MmfUFYQCLc5qyV6Fi3mW/I=; b=p3LgOD919HvnpoQ8tg6dqFm3jMl2WQZ3Xb5x6nffAOWILgLsXYOWf2IMK9I/wKfb5hN1jwNV REzi/GH9igMEUF/0360ISpc5V77KPJWxk8cfTw90p5hRIRxVHFyIQY3XcBwwLJcYzJm4yuCS 2R5BRATUzJnO6/Y/lGaTfULNBEw= 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=piMTmxzYf9wbZwEytxSy0aVj6Q57WbXMzUlAMi0XeJH3DyGnefWDtjbp707Ku5+9L87+0q rZU/v2zkV75s5buStpe5oqncA9z006h3Af/ZdgWs/ur+ASUZ0sHKsU10/J2GFkr4eTdEphFx NV3q06wpsLvtq9+6CYiCPHXt9vF0s= Received: from github.com (Unknown [192.30.252.55]) by mxa.mailgun.org with ESMTP id 5238a3c8.7f4c524e3270-in3; Tue, 17 Sep 2013 18:47:36 -0000 (UTC) Date: Tue, 17 Sep 2013 11:47:36 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <5238a3c83e37d_61621383d486422c@hookshot-fe4-pe1-prd.aws.github.net.mail> Subject: [dtaht/ceropackages-3.3] 73dff8: aqm-scripts: make ecn separately configurable for ... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5238a3c83a61c_61621383d486409e"; 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: Tue, 17 Sep 2013 18:47:40 -0000 ----==_mimepart_5238a3c83a61c_61621383d486409e Date: Tue, 17 Sep 2013 11:47:36 -0700 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-ID: <5238a3c83dac0_61621383d4864123@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.3 Commit: 73dff85f5d0c7157b0e4e4a36dcef60eb3186bdb https://github.com/dtaht/ceropackages-3.3/commit/73dff85f5d0c7157b0e4e4a36dcef60eb3186bdb Author: Dave Taht Date: 2013-09-17 (Tue, 17 Sep 2013) Changed paths: M net/aqm-scripts/files/usr/lib/aqm/functions.sh Log Message: ----------- aqm-scripts: make ecn separately configurable for ingress and egress At the higher rates and RTTs I'm fiddling with, it makes sense to be able to clearly see what ecn or lack thereof in either direction can do. So this add support for the ALLECN variable, which has similar syntax to the sysctl equivalent. ALLECN=0 # disable ecn in the qdisc entirely ALLECN=1 # enable in both directions ALLECN=2 # enable in the downlink only (default) ----==_mimepart_5238a3c83a61c_61621383d486409e--