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 8DE6821F18E for ; Mon, 16 Dec 2013 12:26:21 -0800 (PST) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1387225581; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; bh=l4b7dTWICuth+ua6q23DRc90v0mNrK8Rt+DJaE7M4Yw=; b=CTdXrAdetn4JemTjxOxUBgCDQa2oYuDqoRcRkkOW+lBb0EEM/VHSj9cLsSJ8VBqAbm0ihkz+ ZsCCVxyZPuhuBtHbYXON6K2r1uVaNNAQlBzVTcWYS0Ixj5EGRaw3quTNXHkKtmnVNn7cQTvH 9nS1bc7l5whdRyXT/VE/AvEXaD8= 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=cjXFaqUEh4Fh4/CjZCFVpuN8tSyVtawq5HPrLhQOCXEkUow1PD8qv9lHcFAHHvhJXlPk8y kmVbf6v6VSNQI0ioHXtUkHvifsHUuVtfviU5W9I3ScYd1DAUDWR7TzsUwklgXEvHOA21Qege rXFOmd/B9tlCA9zDjWkGop+P5EcqM= Received: from github.com (Unknown [192.30.252.52]) by mxa.mailgun.org with ESMTP id 52af61ec.7f66a4ab3960-in2; Mon, 16 Dec 2013 20:26:20 -0000 (UTC) Date: Mon, 16 Dec 2013 12:26:19 -0800 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <52af61eb80cf7_5175513d58401e6@hookshot-fe3-pe1-prd.aws.github.net.mail> Subject: [dtaht/ceropackages-3.3] b6a6c4: Simplify the ECN handling a bit Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_52af61eb7e586_5175513d58400e3"; 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, 16 Dec 2013 20:26:21 -0000 ----==_mimepart_52af61eb7e586_5175513d58400e3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.3 Commit: b6a6c471505133302001cac052d542e46804e606 https://github.com/dtaht/ceropackages-3.3/commit/b6a6c471505133302001cac052d542e46804e606 Author: Sebastian Moeller Date: 2013-12-16 (Mon, 16 Dec 2013) Changed paths: M luci/luci-app-aqm/files/aqm-cbi.lua M net/aqm-scripts/files/usr/lib/aqm/functions.sh M net/aqm-scripts/files/usr/lib/aqm/run.sh M net/aqm-scripts/files/usr/lib/aqm/simple.qos M net/aqm-scripts/files/usr/lib/aqm/simplest.qos Log Message: ----------- Simplify the ECN handling a bit The first iteration of handling ECV individually per transfer direction was overly baroque. Make the code more direct and readable. ----==_mimepart_52af61eb7e586_5175513d58400e3--