Anyway to help with bufferbloat?

General discussion about Gargoyle, OpenWrt or anything else even remotely related to the project

Moderator: Moderators

Post Reply
Diz
Posts: 18
Joined: Fri Dec 02, 2016 5:27 pm
Contact:

Anyway to help with bufferbloat?

Post by Diz »

I was just curious about if anyone knows any tips on how to fix blufferbloat
Linksys WRT1200ac on 1.9.X

tapper
Moderator
Posts: 1076
Joined: Sun Oct 13, 2013 5:49 pm
Location: Stoke-on-trent UK

Re: Anyway to help with bufferbloat?

Post by tapper »

Hi you can try out my QOS file. I got this setup from a thread on here but cant find it now.

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'

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.
Linksys WRT3200ACM
NETGEAR Nighthawk R7800
NETGEAR R6260

Diz
Posts: 18
Joined: Fri Dec 02, 2016 5:27 pm
Contact:

Re: Anyway to help with bufferbloat?

Post by Diz »

tapper wrote:Hi you can try out my QOS file. I got this setup from a thread on here but cant find it now.

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'

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.
How do i restore to this qos? Sorry i'm sorta new with gargoyle
Linksys WRT1200ac on 1.9.X

Lantis
Moderator
Posts: 6753
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Anyway to help with bufferbloat?

Post by Lantis »

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
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

Lantis
Moderator
Posts: 6753
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Anyway to help with bufferbloat?

Post by Lantis »

This is a rough translation.
Image
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

Diz
Posts: 18
Joined: Fri Dec 02, 2016 5:27 pm
Contact:

Re: Anyway to help with bufferbloat?

Post by Diz »

Lantis wrote:This is a rough translation.
Image
Thanks. Greatly Appreciated :)
Linksys WRT1200ac on 1.9.X

Post Reply