Anyway to help with bufferbloat?
Posted: Thu Feb 09, 2017 9:49 am
I was just curious about if anyone knows any tips on how to fix blufferbloat
A forum to discuss the Gargoyle web interface for Openwrt
https://www.gargoyle-router.com/phpbb/
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'
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.
Thanks. Greatly AppreciatedLantis wrote:This is a rough translation.