Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    CoDel - How to use

    Traffic Shaping
    30
    206
    111.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Harvy66
      last edited by

      I just found this on their page. They have a whole section in tuning your rate limiter to work best with CoDel. They even warn against using hardware offloading because stuff like TSO can ignore your rate limiter, causing your interface to send data too quickly.

      http://www.bufferbloat.net/projects/codel/wiki/Best_Practices_for_Benchmarking_CoDel_and_FQ_CoDel

      Broadband Links
      Fq_codel runs extremely well on asymmetric links such as your commonly available 24.5/5.5 service from a cable modem provider like Comcast. (in conjunction with setting a shaper to your providers's rates and htb rate limiting)

      Lastly, just running fq_codel by itself, does not help you very much when the next device in line is overbuffered (as in a home router next to today's cable modems). (it DOES help break up microbursts, however, and generally "does no harm") In that case, using HTB to rate limit your router to below the next gateway device and then applying fq_codel will work. See the note above about limitations to HTB.

      1 Reply Last reply Reply Quote 0
      • C
        chrislee
        last edited by

        Just another cent that keeps me wondering…..

        Basically both WAN and LAN are using Scheduler Type: HFSC . ( see attached pf1.jpg)
        But all its children (qACK, qDefault,qP2P…etc) are using Scheduler Options: Codel Active Queues (attached pf2.jpg)

        =========================================
        pfctl -sa
        …
        ALTQ:
        queue root_vmx2 on vmx2 bandwidth 1Gb priority 0 {qLink, qInternet}
        queue  qLink on vmx2 bandwidth 976.50Mb qlimit 500
        queue  qInternet on vmx2 bandwidth 23.50Mb hfsc( codel upperlimit 23.50Mb ) {qACK, qP2P, qVoIP, qOthersHigh, qOthersLow, qDefault}
        queue  qACK on vmx2 bandwidth 5.88Mb hfsc( codel )
        queue  qP2P on vmx2 bandwidth 2.35Mb hfsc( codel )
        queue  qVoIP on vmx2 bandwidth 96Kb hfsc( codel realtime 96Kb )
        queue  qOthersHigh on vmx2 bandwidth 8.22Mb hfsc( codel )
        queue  qOthersLow on vmx2 bandwidth 1.18Mb hfsc( codel )
        queue  qDefault on vmx2 bandwidth 3.52Mb hfsc( codel default )
        queue root_vmx0 on vmx0 bandwidth 1.14Mb priority 0 {qACK, qDefault, qP2P, qVoIP, qOthersHigh, qOthersLow}
        queue  qACK on vmx0 bandwidth 285Kb hfsc( codel )
        queue  qDefault on vmx0 bandwidth 171Kb hfsc( codel default )
        queue  qP2P on vmx0 bandwidth 114Kb hfsc( codel )
        queue  qVoIP on vmx0 bandwidth 96Kb hfsc( codel realtime 96Kb )
        queue  qOthersHigh on vmx0 bandwidth 399Kb hfsc( codel )
        queue  qOthersLow on vmx0 bandwidth 57Kb hfsc( codel )
        =========================================

        Does this best-of-both-worlds "hybrid" setup actually works for more granular control?

        pf1.jpg
        pf2.jpg
        pf1.jpg_thumb
        pf2.jpg_thumb

        1 Reply Last reply Reply Quote 0
        • H
          Harvy66
          last edited by

          @chrislee

          Yes. CoDel manages queue latency and HFSC manages queue bandwidth. The other thing to remember is that any queue that is not using all of its bandwidth should effectively have "0'" latency. So if I give my qGames 5Mb of bandwidth, but it is only using 4Mb, then the latency should be 0, except for microbursts.

          CoDel only really helps when you do not have enough bandwidth. Technically, enabling CoDel on every queue is probably a good thing, but some traffic types tend to be low or fixed bandwidth and I see no reason to use CoDel if I've given them enough real time.

          HFSC and CoDel used together really shines when you are using all of your bandwidth and you want to keep all queues low latency, even bulk data queues, like web traffic. You might have web traffic set with lower bandwidth than VPN traffic, but web traffic can be bursty or consume large amounts of bandwidth for long periods of time. CoDel is great for this because it keeps web traffic low latency and responsive for users attempting to browse while allowing good bandwidth utilization for file transfers.

          HFSC is not as good as a simple priority queue if your link bandwidth is not stable because HFSC does not dynamically adjust to changing bandwidth conditions.

          fq_CoDel will be that much better once available.

          1 Reply Last reply Reply Quote 0
          • S
            sideout
            last edited by

            I am going to put this in place for my configs I use at LAN parties. Going to test at home then apply to the routers used for the LAN's.

            I use the following queues for high traffic - qGames and qHTTPSteam so using CODEL on them should have the desired effect as they are commonly the most used queues.

            Next LAN isnt' until March but I might be able to squeeze some testing in at a smaller event in Feb.

            1 Reply Last reply Reply Quote 0
            • S
              switchman
              last edited by

              @Harvy66:

              fq_CoDel will be that much better once available.

              Have the developers indicated they plan on supporting fq CoDel in pfSense.  I have not seen any post that they are.  I probably should set up HFSC plus CoDel .  Today I just have CoDel applied to the lan and wan ports with no other traffic shaping. This way at least my traffic is dynamically reacting to congestion in the network.

              During prime time, I can see the slow down.  If I have a lot off file transfers happening, I can see the link speed up as it gets later in the night.  By about 10:30, my link is running a full speed and can pull a sustained 100/5 transfer either direction.

              Fq CoDel would be a great solution as it is adaptive.  I really hope it gets implemented.

              1 Reply Last reply Reply Quote 0
              • H
                Harvy66
                last edited by

                @switchman

                Yes, but no ETA

                https://forum.pfsense.org/index.php?topic=87931.msg485936#msg485936

                1 Reply Last reply Reply Quote 0
                • S
                  switchman
                  last edited by

                  @Harvy66:

                  @switchman

                  Yes, but no ETA

                  https://forum.pfsense.org/index.php?topic=87931.msg485936#msg485936

                  I saw that, but I read that as "yea it would be nice", but not firm "yes we are going to to this", now we just need to pick the release.

                  1 Reply Last reply Reply Quote 0
                  • H
                    Harvy66
                    last edited by

                    Time for a bounty!

                    I wouldn't expect it before 2.2.3 at the earliest. Looks like a good backlog of bugs to stomp. It would be nice if it was added to Redmine as a feature request, just so it's official.

                    1 Reply Last reply Reply Quote 0
                    • T
                      tuffcalc
                      last edited by

                      I take back what I said about Codel.  When I saturate the upload fully for a long period of time my pings still shoot through the roof (200+ ms).

                      1 Reply Last reply Reply Quote 0
                      • S
                        switchman
                        last edited by

                        @tuffcalc:

                        I take back what I said about Codel.  When I saturate the upload fully for a long period of time my pings still shoot through the roof (200+ ms).

                        Thats why the developers of CoDel say you should actually deploy FQ-CoDel.

                        1 Reply Last reply Reply Quote 0
                        • H
                          Harvy66
                          last edited by

                          @tuffcalc:

                          I take back what I said about Codel.  When I saturate the upload fully for a long period of time my pings still shoot through the roof (200+ ms).

                          Try settings your WAN rate to about 95% of your stable upload rate and see what happens.

                          1 Reply Last reply Reply Quote 0
                          • T
                            tuffcalc
                            last edited by

                            @Harvy66:

                            @tuffcalc:

                            I take back what I said about Codel.  When I saturate the upload fully for a long period of time my pings still shoot through the roof (200+ ms).

                            Try settings your WAN rate to about 95% of your stable upload rate and see what happens.

                            That fixed it…

                            1 Reply Last reply Reply Quote 0
                            • H
                              Harvy66
                              last edited by

                              @tuffcalc:

                              @Harvy66:

                              @tuffcalc:

                              I take back what I said about Codel.  When I saturate the upload fully for a long period of time my pings still shoot through the roof (200+ ms).

                              Try settings your WAN rate to about 95% of your stable upload rate and see what happens.

                              That fixed it…

                              Well, 200ms is a lot less than what I thought it would have been, so just enabling CoDel without setting bandwidth is probably doing something, just not as effective as in conjunction with settings your bandwidth.

                              Just wondering, what was your ping during saturation when you have your bandwidth set?

                              1 Reply Last reply Reply Quote 0
                              • T
                                tuffcalc
                                last edited by

                                @Harvy66:

                                @tuffcalc:

                                @Harvy66:

                                @tuffcalc:

                                I take back what I said about Codel.  When I saturate the upload fully for a long period of time my pings still shoot through the roof (200+ ms).

                                Try settings your WAN rate to about 95% of your stable upload rate and see what happens.

                                That fixed it…

                                Well, 200ms is a lot less than what I thought it would have been, so just enabling CoDel without setting bandwidth is probably doing something, just not as effective as in conjunction with settings your bandwidth.

                                Just wondering, what was your ping during saturation when you have your bandwidth set?

                                I've been all over the place and probably gave some false information (because I am new to this and didn't really understand what I was doing).  Anyway, let me try and clear up my findings:

                                1. No traffic shaping, all bandwidth available - ping 10ms
                                2. No traffic shaping, download saturated - ping 60ms
                                3. No traffic shaping, upload saturated - ping 500+ms

                                4. CODEL active with no bandwidth limit set - all pings same as scenarios 1,2 & 3.

                                5. CODEL active (WAN side only) with bandwidth limit set at 98% of uplink speed, all bandwidth available - ping 10ms
                                6. CODEL active (WAN side only) with bandwidth limit set at 98% of uplink speed, download saturated - ping 60ms
                                7. CODEL active (WAN side only) with bandwidth limit set at 98% of uplink speed, upload saturated - ping 50 to 80ms

                                So it does work, although during a saturated upload I notice my VoIP phone going a bit "robotic", but much improved over no traffic shaping (VoIP calls would be largely unusable).  Did not have that issue with PRIQ when prioritizing VoIP as first in line.  That being said, CODEL is much easier to setup and it looks like it doesn't completely starve other queues like PRIQ.  I'm sticking with CODEL.

                                Interested to see if FQ_CODEL will make my pings even lower.  Will test it as soon as it is available in pfsense.

                                1 Reply Last reply Reply Quote 0
                                • H
                                  Harvy66
                                  last edited by

                                  @tuffcalc

                                  Thanks for the info. I've done my fair share of "false" information with good intentions. It happens.

                                  Yes, the whole PRIQ replacement is kind of interesting. The eventual fq_codel will actually do similar things of PRIQ, but better for general usage. Except in the case where you need certain traffic to always get priority, fq_codel will do what most people want, keep latency low without the hassle of floating rules.

                                  1 Reply Last reply Reply Quote 0
                                  • jimpJ
                                    jimp Rebel Alliance Developer Netgate
                                    last edited by

                                    @tuffcalc:

                                    @Harvy66:

                                    @tuffcalc:

                                    @Harvy66:

                                    @tuffcalc:

                                    I take back what I said about Codel.  When I saturate the upload fully for a long period of time my pings still shoot through the roof (200+ ms).

                                    Try settings your WAN rate to about 95% of your stable upload rate and see what happens.

                                    That fixed it…

                                    Well, 200ms is a lot less than what I thought it would have been, so just enabling CoDel without setting bandwidth is probably doing something, just not as effective as in conjunction with settings your bandwidth.

                                    Just wondering, what was your ping during saturation when you have your bandwidth set?

                                    I've been all over the place and probably gave some false information (because I am new to this and didn't really understand what I was doing).  Anyway, let me try and clear up my findings:

                                    1. No traffic shaping, all bandwidth available - ping 10ms
                                    2. No traffic shaping, download saturated - ping 60ms
                                    3. No traffic shaping, upload saturated - ping 500+ms

                                    4. CODEL active with no bandwidth limit set - all pings same as scenarios 1,2 & 3.

                                    5. CODEL active (WAN side only) with bandwidth limit set at 98% of uplink speed, all bandwidth available - ping 10ms
                                    6. CODEL active (WAN side only) with bandwidth limit set at 98% of uplink speed, download saturated - ping 60ms
                                    7. CODEL active (WAN side only) with bandwidth limit set at 98% of uplink speed, upload saturated - ping 50 to 80ms

                                    So it does work, although during a saturated upload I notice my VoIP phone going a bit "robotic", but much improved over no traffic shaping (VoIP calls would be largely unusable).  Did not have that issue with PRIQ when prioritizing VoIP as first in line.  That being said, CODEL is much easier to setup and it looks like it doesn't completely starve other queues like PRIQ.  I'm sticking with CODEL.

                                    Interested to see if FQ_CODEL will make my pings even lower.  Will test it as soon as it is available in pfsense.

                                    Out of curiosity, which exact places do you have CoDel active for? As the shaper discipline for the interface, or using HFSC with "Codel Active Queue" on specific queues? And if the latter, which queues?

                                    The more good/working examples we can get the better, I can put them up on the wiki for future reference.

                                    Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                                    Need help fast? Netgate Global Support!

                                    Do not Chat/PM for help!

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      tuffcalc
                                      last edited by

                                      @jimp:

                                      @tuffcalc:

                                      @Harvy66:

                                      @tuffcalc:

                                      @Harvy66:

                                      @tuffcalc:

                                      I take back what I said about Codel.  When I saturate the upload fully for a long period of time my pings still shoot through the roof (200+ ms).

                                      Try settings your WAN rate to about 95% of your stable upload rate and see what happens.

                                      That fixed it…

                                      Well, 200ms is a lot less than what I thought it would have been, so just enabling CoDel without setting bandwidth is probably doing something, just not as effective as in conjunction with settings your bandwidth.

                                      Just wondering, what was your ping during saturation when you have your bandwidth set?

                                      I've been all over the place and probably gave some false information (because I am new to this and didn't really understand what I was doing).  Anyway, let me try and clear up my findings:

                                      1. No traffic shaping, all bandwidth available - ping 10ms
                                      2. No traffic shaping, download saturated - ping 60ms
                                      3. No traffic shaping, upload saturated - ping 500+ms

                                      4. CODEL active with no bandwidth limit set - all pings same as scenarios 1,2 & 3.

                                      5. CODEL active (WAN side only) with bandwidth limit set at 98% of uplink speed, all bandwidth available - ping 10ms
                                      6. CODEL active (WAN side only) with bandwidth limit set at 98% of uplink speed, download saturated - ping 60ms
                                      7. CODEL active (WAN side only) with bandwidth limit set at 98% of uplink speed, upload saturated - ping 50 to 80ms

                                      So it does work, although during a saturated upload I notice my VoIP phone going a bit "robotic", but much improved over no traffic shaping (VoIP calls would be largely unusable).  Did not have that issue with PRIQ when prioritizing VoIP as first in line.  That being said, CODEL is much easier to setup and it looks like it doesn't completely starve other queues like PRIQ.  I'm sticking with CODEL.

                                      Interested to see if FQ_CODEL will make my pings even lower.  Will test it as soon as it is available in pfsense.

                                      Out of curiosity, which exact places do you have CoDel active for? As the shaper discipline for the interface, or using HFSC with "Codel Active Queue" on specific queues? And if the latter, which queues?

                                      The more good/working examples we can get the better, I can put them up on the wiki for future reference.

                                      It's active only for the shaper discipline for the WAN interface.

                                      1 Reply Last reply Reply Quote 0
                                      • DerelictD
                                        Derelict LAYER 8 Netgate
                                        last edited by

                                        It's active only for the shaper discipline for the WAN interface.

                                        OK.  Now I'm confused.  If codel has no knobs, what is actually doing the shaping based on the bandwidth value?

                                        Chattanooga, Tennessee, USA
                                        A comprehensive network diagram is worth 10,000 words and 15 conference calls.
                                        DO NOT set a source address/port in a port forward or firewall rule unless you KNOW you need it!
                                        Do Not Chat For Help! NO_WAN_EGRESS(TM)

                                        1 Reply Last reply Reply Quote 0
                                        • H
                                          Harvy66
                                          last edited by

                                          @Derelict:

                                          It's active only for the shaper discipline for the WAN interface.

                                          OK.  Now I'm confused.  If codel has no knobs, what is actually doing the shaping based on the bandwidth value?

                                          CoDel is not a traffic shaper, it does not do any rate limiting, that is the job of your rate limiter. All CoDel does is figure out which packets to dequeue next or which to drop.

                                          See my quotes from the makers of CoDel

                                          https://forum.pfsense.org/index.php?topic=88162.msg488220#msg488220

                                          1 Reply Last reply Reply Quote 0
                                          • DerelictD
                                            Derelict LAYER 8 Netgate
                                            last edited by

                                            Exactly.

                                            The question I have is why tuffcalc sees a difference in behavior when he sets a bandwidth value of 98% of his upload when his scheduler type is CODELQ?

                                            As I understand codel, it should make no difference, so what is actually doing the shaping?  Is it built into altq itself absent any HFSC, PRIQ, etc?

                                            Chattanooga, Tennessee, USA
                                            A comprehensive network diagram is worth 10,000 words and 15 conference calls.
                                            DO NOT set a source address/port in a port forward or firewall rule unless you KNOW you need it!
                                            Do Not Chat For Help! NO_WAN_EGRESS(TM)

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.