From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-x231.google.com (mail-ob0-x231.google.com [IPv6:2607:f8b0:4003:c01::231]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id A1C3D21F3E7 for ; Thu, 19 Feb 2015 13:38:54 -0800 (PST) Received: by mail-ob0-f177.google.com with SMTP id wp18so18803446obc.8 for ; Thu, 19 Feb 2015 13:38:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=V/0r62CfOWVN8KQX1W1CothjgmeZZ78KT01u88CnM/4=; b=VcdE4vUU8uQOWUnBZSJKGm8nWXSnXOn8WMAUOFiFeqamR8V+w68+GzDLTUiWaUUTyP UBlBPfJApOracjUjnXTmhTYmdp0e4nTzAen74aHUlQsRj+TEf0Oavc3VnBoN+/cvEDnR LNGNEUsFRSGybzi7HDxX+fiSbXIbYFd5QJFFyNqF0I19T/jv9pbHQphQW+9NGg6B9nv5 a/3bXyzYYhk/cLancjmqrUT/vXTUsyuLcXgN9bzo7li6I96RyGVuIdFfT6D9891JA1Y7 IFP70Gg2zsbuz9zVs1AS4KNAZx+jpHRtZNXm0t1YHwd5DnqHhraHDozlBmeJNoTYyHfN 2AUA== MIME-Version: 1.0 X-Received: by 10.202.209.23 with SMTP id i23mr4109005oig.108.1424381933337; Thu, 19 Feb 2015 13:38:53 -0800 (PST) Received: by 10.202.51.66 with HTTP; Thu, 19 Feb 2015 13:38:53 -0800 (PST) In-Reply-To: <54E656D6.5010308@pollere.com> References: <54E656D6.5010308@pollere.com> Date: Thu, 19 Feb 2015 13:38:53 -0800 Message-ID: From: Dave Taht To: Kathleen Nichols Content-Type: text/plain; charset=UTF-8 Cc: "codel@lists.bufferbloat.net" Subject: Re: [Codel] Codel code X-BeenThere: codel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: CoDel AQM discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 21:39:22 -0000 I am fairly happy with the example codel code that is now in the ns3 branch, which is pure c++, and quite a bit easier to understand than tcl, to my eye. https://www.nsnam.org/doxygen/codel-vs-droptail-asymmetric_8cc.html regrettably the fq_codel version for ns3 is still out of tree.