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 3FDB321F19C for ; Sat, 29 Mar 2014 10:22:11 -0700 (PDT) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1396113730; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; bh=7S1a9zEVTqZcpaDof4LUHq4pnxoa4QG5PL24Sn7kulA=; b=rx5chjd2o1lR2wj56OY+XzEK9UcrM2L8o/3+Kikk5RiWjgK+/AIyZyxBVnav56CyXy+jGio3 OwK/6q9ng4l6sQXyh5Yt/y1AYMhiTADncLhaRQ51i2uZcmIWMIYN2l+fVZ/crb4core4n+U7 OIIbhEq5rm96k4i/462A9DNaFys= 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=jj5c9pa9pkKfD/gqZTsxmGPX+nex26mhJItfVKwW/3EktWawbOKLw30FOTKosfpiP1+dtk o7oC73Cm5JE4hAGw1Vz0FmWTe86mqZ1tRollawXI3gWtLQ7w4fzaK1MCs7yzL33sMecZfKBt /0sn6LbB8GNCBW6Io1vkqpsIXAl/Y= Received: from github.com (Unknown [192.30.252.33]) by mxa.mailgun.org with ESMTP id 5337013a.606b690-in1; Sat, 29 Mar 2014 17:22:02 -0000 (UTC) Date: Sat, 29 Mar 2014 10:22:02 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <5337013a5a1c0_39eedfd3c3489d@hookshot-fe1-cp1-prd.iad.github.net.mail> Subject: [dtaht/ceropackages-3.10] 3f51f8: Add in gargoyles QoS system for comparison Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5337013a59c32_39eedfd3c347d1"; 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: Sat, 29 Mar 2014 17:22:11 -0000 ----==_mimepart_5337013a59c32_39eedfd3c347d1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: 3f51f8e611c645d7fcd97c66afd103128c13ea8e https://github.com/dtaht/ceropackages-3.10/commit/3f51f8e611c645d7fcd97c66afd103128c13ea8e Author: Dave Taht Date: 2014-03-29 (Sat, 29 Mar 2014) Changed paths: A net/qos-gargoyle/Makefile A net/qos-gargoyle/files/example-qos-config2.conf A net/qos-gargoyle/files/qos_gargoyle.conf A net/qos-gargoyle/files/qos_gargoyle.hotplug A net/qos-gargoyle/files/qos_gargoyle.init A net/qos-gargoyle/src/Makefile A net/qos-gargoyle/src/qosmon.c Log Message: ----------- Add in gargoyles QoS system for comparison There is a lot to like about doing active measurements for bandwidth, but I think gargoyle's system only (currently) works well if only one direction is bloated. Might as well test and push ideas back and forth. ----==_mimepart_5337013a59c32_39eedfd3c347d1--