From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-f175.google.com (mail-ie0-f175.google.com [209.85.223.175]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id C57E721F176 for ; Sat, 8 Dec 2012 23:28:22 -0800 (PST) Received: by mail-ie0-f175.google.com with SMTP id qd14so5354623ieb.34 for ; Sat, 08 Dec 2012 23:28:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=iX0JoBTsulreCV8/f0DObnEfIO3bh9hesQbQ+csDw0s=; b=XxgOiVI8DyUVxd5uAj/RXFF5G4v2CmyzV0X0WS/+14+IVmX6QkWsVRIOP4VMod9Hpq n46vT6bYfzHM/joBQnOLR6QjgqxY3L1yP8Gpqj9s6c21/hmTqIq0cs2BO3U4BEd8a11E FxRqaUAg37Nxw8J7w40lo2dIb+vT1XFBagkGnve7W0t4tkvqHaREHHqyWzU3IrKwHgaL EA0lRcDB7b4Zn20+aEUs4Hqnzy5p53NI3PGNmNNEbkqmW85gCQAn4u/75fnIweptL0In hYSw2+4edjYgXSsXzFx5D7wpZWcRwI3AMlPXlwLki6NOJE6Cbz5LSXcWmYMoLX+aOYH7 XnXw== MIME-Version: 1.0 Received: by 10.50.157.162 with SMTP id wn2mr3467616igb.27.1355038102044; Sat, 08 Dec 2012 23:28:22 -0800 (PST) Received: by 10.64.135.39 with HTTP; Sat, 8 Dec 2012 23:28:21 -0800 (PST) Date: Sun, 9 Dec 2012 08:28:21 +0100 Message-ID: From: Dave Taht To: cerowrt-devel@lists.bufferbloat.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: [Cerowrt-devel] cerowrt 3.6.9-5 X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2012 07:28:23 -0000 Under absolutely no circumstances install this on your default gateway. http://snapon.lab.bufferbloat.net/~cero2/cerowrt/3.6/3.6.9-5/ * IPtables moved forward to 1.4.16.3 (thx swalker) * IPv6 instruction traps eliminated (Thx robert bradley) * wow! big differe= nce! * Enabled (the old, non signed) opkg (thx murphy) I would, however, now that opkg works again, like people to take a look at their favorite packages, and see what broke. (and what's missing!) I'm pretty sure samba's default config is wrong... there's a new dhcpv6 client daemon totally untested... I haven't folded in the upnp fixes.... didn't try mesh networking.... Probably one of the biggest things that concerns me is vpn behavior under fq_codel, and in the three bin classification scheme the simple_qos.sh script uses. (openvpn is installed by default, strongswan as an option) And: Given how successful that script has been at actually using classification I've been toying with the idea of boiling the core ideas of simple_qos, into pure C in the the nfq_codel version of fq_codel, so that htb would not be required to do it (in other words, it would "just work" in variable rate scenarios) Partial syntax idea: tc qdisc add dev whatever root nfq_codel bgweight 20 # Background traffic would get 5% of the sent packets Regrettably I can't come up with a mental way to express a "capped weight" for priority traffic... That said, merely having a background class may well be good enough, as fq_codel does such a great job already in taking light traffic that should be high priority and making it so. I go back, however, to worrying about encapsulated traffic (such as vpn) that might need to ignore classification in order to preserve the stream boundries.... --=20 Dave T=E4ht Fixing bufferbloat with cerowrt: http://www.teklibre.com/cerowrt/subscribe.= html