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 775D821F1C3 for ; Thu, 20 Feb 2014 16:09:00 -0800 (PST) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1392941340; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; bh=UqFMS9D4da/mjAaxFW/UH9XClgs8HngtNHQJh6+G0S4=; b=UtajpP8JQU0tcr5iz+vqe+Cdt2pRyy0vtyQ39HUg3m2rM1jsvviK1ekSbFBSPuiTUZxgQCac zPU+yCBcFOMr6bQER/Uifg/oEIB6HxMoEqc7iwCkfExc97QIFH8Gd7+eoTVSFQvBzdalhKIh ndFl/GJXo9Qb7r5B7ZWsOCYIutw= 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=WFCGrkZzDKbV+UmomhG+oIJbZxQfz41tIKdjBcOoKuhPG90Fs9ihBEcFs5yj6bLc1snMM7 vRjhhP1rXRuKZtpc3muZ3lTuTu05gBz2ETRAkKErhI+RXJehmhx9t3t01QBDc0L174RkTJbV HVahKXfwXntCBfm4AoI3wuUeMIO6k= Received: from github.com (Unknown [192.30.252.41]) by mxa.mailgun.org with ESMTP id 53069913.6e04cc0-in3; Fri, 21 Feb 2014 00:08:51 -0000 (UTC) Date: Thu, 20 Feb 2014 16:08:51 -0800 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <53069913499fb_226fbdbd34722f5@hookshot-fe2-cp1-prd.iad.github.net.mail> Subject: [dtaht/ceropackages-3.10] 49e73c: Expose ingress and egress latency targets in the G... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5306991349422_226fbdbd34721dc"; 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: Fri, 21 Feb 2014 00:09:00 -0000 ----==_mimepart_5306991349422_226fbdbd34721dc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: 49e73c88d4325246b876b2fbc5145e7342bc806f https://github.com/dtaht/ceropackages-3.10/commit/49e73c88d4325246b876b2fbc5145e7342bc806f Author: Sebastian Moeller Date: 2014-02-20 (Thu, 20 Feb 2014) Changed paths: M luci/luci-app-sqm/files/sqm-cbi.lua Log Message: ----------- Expose ingress and egress latency targets in the GUI Allow the user to specify latency targets independently for ingress and egress. Only well formed, digits followed by one of the following unit strings: s, sec. secs, ms, msec, msecs, us, usec, usecs, should be used. In fact currently other strings are ignored, leading to the qdisc's default target.i ----==_mimepart_5306991349422_226fbdbd34721dc--