Anyway to help with bufferbloat?
Moderator: Moderators
Anyway to help with bufferbloat?
I was just curious about if anyone knows any tips on how to fix blufferbloat
Linksys WRT1200ac on 1.9.X
Re: Anyway to help with bufferbloat?
Hi you can try out my QOS file. I got this setup from a thread on here but cant find it now.
First make a backup of the file /etc/config/qos_gargoyle
You can do this just by renaming it to /etc/config/qos_gargoyle.back
Then remove all text from /etc/config/qos_gargoyle and replace it with the text i have posted.
Then go in to the GUI and enable QOS for upload and download.
Make sure to set your upload and download speeds as your speeds will not be the same as mine. If you do a speed test set your upload and download to 90% of the fastest speed you get from the test. If it does not work out then you can just remove the file /etc/config/qos_gargoyle and remove the .back from the old file. You mite need to reboot before it shows up proper in the gui.
Code: Select all
config upload 'upload'
option default_class 'uclass_2'
option total_bandwidth '4900'
config download 'download'
option default_class 'dclass_2'
option total_bandwidth '69000'
config download_class 'dclass_1'
option name 'Fast'
option percent_bandwidth '30'
config download_class 'dclass_2'
option name 'Normal'
option percent_bandwidth '70'
config download_rule 'download_rule_100'
option class 'dclass_1'
option test_order '100'
option max_pkt_size '512'
config upload_class 'uclass_1'
option name 'Fast'
option percent_bandwidth '30'
config upload_class 'uclass_2'
option name 'Normal'
option percent_bandwidth '70'
config upload_rule 'upload_rule_100'
option class 'uclass_1'
option test_order '100'
option max_pkt_size '512'
You can do this just by renaming it to /etc/config/qos_gargoyle.back
Then remove all text from /etc/config/qos_gargoyle and replace it with the text i have posted.
Then go in to the GUI and enable QOS for upload and download.
Make sure to set your upload and download speeds as your speeds will not be the same as mine. If you do a speed test set your upload and download to 90% of the fastest speed you get from the test. If it does not work out then you can just remove the file /etc/config/qos_gargoyle and remove the .back from the old file. You mite need to reboot before it shows up proper in the gui.
Linksys WRT3200ACM
NETGEAR Nighthawk R7800
NETGEAR R6260
NETGEAR Nighthawk R7800
NETGEAR R6260
Re: Anyway to help with bufferbloat?
How do i restore to this qos? Sorry i'm sorta new with gargoyletapper wrote:Hi you can try out my QOS file. I got this setup from a thread on here but cant find it now.First make a backup of the file /etc/config/qos_gargoyleCode: Select all
config upload 'upload' option default_class 'uclass_2' option total_bandwidth '4900' config download 'download' option default_class 'dclass_2' option total_bandwidth '69000' config download_class 'dclass_1' option name 'Fast' option percent_bandwidth '30' config download_class 'dclass_2' option name 'Normal' option percent_bandwidth '70' config download_rule 'download_rule_100' option class 'dclass_1' option test_order '100' option max_pkt_size '512' config upload_class 'uclass_1' option name 'Fast' option percent_bandwidth '30' config upload_class 'uclass_2' option name 'Normal' option percent_bandwidth '70' config upload_rule 'upload_rule_100' option class 'uclass_1' option test_order '100' option max_pkt_size '512'
You can do this just by renaming it to /etc/config/qos_gargoyle.back
Then remove all text from /etc/config/qos_gargoyle and replace it with the text i have posted.
Then go in to the GUI and enable QOS for upload and download.
Make sure to set your upload and download speeds as your speeds will not be the same as mine. If you do a speed test set your upload and download to 90% of the fastest speed you get from the test. If it does not work out then you can just remove the file /etc/config/qos_gargoyle and remove the .back from the old file. You mite need to reboot before it shows up proper in the gui.
Linksys WRT1200ac on 1.9.X
Re: Anyway to help with bufferbloat?
These aren't appropriate instructions for all users, and we should be avoiding handing them out.
These need to be interpreted into rules which can be made in the GUI
These need to be interpreted into rules which can be made in the GUI
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Anyway to help with bufferbloat?
This is a rough translation.


https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Anyway to help with bufferbloat?
Thanks. Greatly AppreciatedLantis wrote:This is a rough translation.

Linksys WRT1200ac on 1.9.X