OPNsense Forum

English Forums => General Discussion => Topic started by: Kuzunkhaa on May 10, 2020, 02:02:36 AM

Title: Need help to better tune fq_CoDel on a slow ADSL
Post by: Kuzunkhaa on May 10, 2020, 02:02:36 AM
Hello,
I'm trying to share all my bandwidth evenly to my home with the usage of fq_CoDel, because I want a little boost in games and other live softwares.

The line is in PPPoE (G.DMT) and have a max download speed of 4mbit/s and 280kbit/s for the upload.

I've configured the traffic shaper like this:

Pipes

Queues

Rules

Testing it in DSLReports show a bandwidth and bufferbload quality changed form F to B and I think this is a good improvement.

I'm asking to the community if someone can help me or have suggestions about fq_CoDel, to fine tune my traffic shape. Any help is appreciate, thanks :)
Title: Re: Need help to better tune fq_CoDel on a slow ADSL
Post by: Zuirch on July 01, 2020, 06:05:42 AM
Only thing that pops out to me is this rule:
    Sequence=1
    Interface=WAN
    Proto=tcp (ACK packets only)
    Source=any
    Src-port=any
    Destination=any
    Dst-port=any
    Direction=out
    Target=ACK
    Description=TCP ACK priority
It will include both uplink and downlink TCP ACK packets. You might want to consider using a similar source/destination address filter as your Uplink rule.