From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (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 E8951201B52 for ; Tue, 21 Aug 2012 10:30:50 -0700 (PDT) Received: by wibhm2 with SMTP id hm2so41149wib.10 for ; Tue, 21 Aug 2012 10:30:48 -0700 (PDT) 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=qAjW6QXlUGCy1/aX9OCQ5q3Gek2NUtDrvlgZZ5CQStE=; b=z/vua9Dsnby5ZtKKkGtmT1CnOxPW9ZYN01vFUMXG9+jtH5OuO7hLqNdGlXIRtkInjT hYEbaje4qPAZrjZ0te+r4sYX/BRq9po1mxtcmGELkjGUAwA63ZdwcS97stkPgtmSrlsC cr1CfAag9109fIAKQeVUGuzMX9snUH0thXFA4VWUjAmg3HHgGD9c/csYGj+RgyL3k8mJ 1Miz1eGYsfOHiGB8uobfaKYH2VhdJanKMkSCiI3ojh1/WKRVpHtBdmz6/qRpuIGsIskQ VNBJEShdjbucomy/XeMeQ75AR662swVOQgLWspQK/KUUHKMTOfXttvfjJDGakt0FpM/t Xovg== MIME-Version: 1.0 Received: by 10.180.98.200 with SMTP id ek8mr39797542wib.0.1345570248680; Tue, 21 Aug 2012 10:30:48 -0700 (PDT) Received: by 10.223.143.69 with HTTP; Tue, 21 Aug 2012 10:30:48 -0700 (PDT) Date: Tue, 21 Aug 2012 10:30:48 -0700 Message-ID: From: Dave Taht To: codel@lists.bufferbloat.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: [Codel] codel, fq_codel ns3 models under code review 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: Tue, 21 Aug 2012 17:30:51 -0000 The codel and fq_codel ns3 model is under code review using the tool the ns3 developers use, here: http://codereview.appspot.com/6463048/ This a preliminary code review mostly aimed at making this model meet ns3's coding standards, rather than for correctness or usefulness... If anybody else would like to jump in, soon would be a good time. --=20 Dave T=E4ht