From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yh0-x22c.google.com (mail-yh0-x22c.google.com [IPv6:2607:f8b0:4002:c01::22c]) (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 88E5A21F602 for ; Thu, 18 Jun 2015 17:03:14 -0700 (PDT) Received: by yhnv31 with SMTP id v31so41755101yhn.1 for ; Thu, 18 Jun 2015 17:03:13 -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; bh=6XC4E3sX+1cfftm12mqccwwpsLHth/Ye+KVKYD3oxOU=; b=P7l0OdBrxU+NQBB1AUInkYTgBSx3eFCiHe3pXvC4eQbAXoG9d3vIl4hqC6jF5fh6s+ AgBcjTZcs5zak9JwHwAHTc68B2KLGgSo2f5CZXEyh6UZM6wN9hnUPDRal3k86nwGWvHS YqZJnSR2dfqTjG4LVbOe7tJD5ePPusR6YsprvT38DXBsal3bXZp0p65NKPJE9bTaaLxz n8IrEVIlPYD+jMIUbOjV2Ll9Aqm0WxL+osl6uZPTmThFUauL+D9c66w4QHAIwJusMctH 37HZ0DERoivyOdorSEgw87fWRucS6JZOWdOst8dPtn6IgrrhBDuGfpHlA8fLIzbF3kyb SBhw== MIME-Version: 1.0 X-Received: by 10.170.35.196 with SMTP id 187mr6941341ykd.121.1434672193030; Thu, 18 Jun 2015 17:03:13 -0700 (PDT) Received: by 10.129.148.194 with HTTP; Thu, 18 Jun 2015 17:03:13 -0700 (PDT) Date: Thu, 18 Jun 2015 19:03:13 -0500 Message-ID: From: Benjamin Cronce To: bloat Content-Type: multipart/alternative; boundary=001a1137850e6f50aa0518d3a624 Subject: [Bloat] Possibly FreeBSD's Codel is misconfigued X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jun 2015 00:03:42 -0000 --001a1137850e6f50aa0518d3a624 Content-Type: text/plain; charset=UTF-8 https://forum.pfsense.org/index.php?topic=88162.msg519194#msg519194 The source code looks like it is set for a target of 100 and an interval of 5. I use PFSense and CoDel is working great for me right now. Pretty much 0ms of bufferbloat on the DSLReports tests. If it actually is misconfigured, it's working great for me. codel_alloc(int target, int interval, int ecn) cl->cl_codel = codel_alloc(100, 5, 0); --001a1137850e6f50aa0518d3a624 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
https://forum.pfsense.org/index.php?topic=3D88162.m= sg519194#msg519194

The source code looks like it= is set for a target of 100 and an interval of 5. I use PFSense and CoDel i= s working great for me right now. Pretty much 0ms of bufferbloat on the DSL= Reports tests. If it actually is misconfigured, it's working great for = me.

codel_alloc(int target, int interval, int ecn)=
cl->cl_codel =3D codel_alloc(100, 5, 0);
--001a1137850e6f50aa0518d3a624--