QOS question for gaming

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

Moderator: Moderators

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

Re: QOS question for gaming

Post by Lantis »

Sure, you can selecting as a transport protocol when creating rules.
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.

SirSWE
Posts: 88
Joined: Sat Jul 13, 2019 2:54 pm

Re: QOS question for gaming

Post by SirSWE »

Played some games, it worked great! Just wondering... How much shall I CAP my UL?

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

Re: QOS question for gaming

Post by Lantis »

To whatever value works for you. There is no hard and fast rule, which is why we recommend reading and understanding the wiki so you can experiment.

Starting at 85% and moving up until you get bad results is generally where you would start.
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.

VanCleef
Posts: 51
Joined: Tue Jul 09, 2019 9:01 am

Re: QOS question for gaming

Post by VanCleef »

Hello, I want to show my configuration that I use in ps4, maybe it helps, but the forum does not let me post images, why?
TP-Link Archer C7 v2
Gargoyle: 1.10.0
Down: 38MB
Up: 6.5MB

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

Re: QOS question for gaming

Post by Lantis »

Post the images externally and link to them here.
As a new user, you can't post links until you have 3 forum posts so maybe just describe your settings for now.
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.

SirSWE
Posts: 88
Joined: Sat Jul 13, 2019 2:54 pm

Re: QOS question for gaming

Post by SirSWE »

Im using these settings. They work pretty good. It feels like Advanced Tomato QOS but with stronger performance. I found these on the forum. I don't know if I should create an own gaming udp class for ports 3074 and 3075 with minimal RTT (10%) ?


config upload 'upload'
option default_class 'uclass_1'
option total_bandwidth '95000'

config download 'download'
option qos_monenabled 'true'
option default_class 'dclass_2'
option total_bandwidth '94000'

config upload_class 'uclass_1'
option name 'Bulk'
option percent_bandwidth '25'

config upload_class 'uclass_2'
option name 'U1'
option percent_bandwidth '25'

config upload_class 'uclass_3'
option name 'U2'
option percent_bandwidth '25'

config upload_class 'uclass_4'
option name 'U3'
option percent_bandwidth '25'

config upload_rule 'upload_rule_100'
option class 'uclass_2'
option test_order '100'
option max_pkt_size '76'

config upload_rule 'upload_rule_200'
option class 'uclass_3'
option test_order '200'
option max_pkt_size '512'

config upload_rule 'upload_rule_300'
option class 'uclass_4'
option test_order '300'
option max_pkt_size '1270'

config download_class 'dclass_1'
option name 'D1'
option percent_bandwidth '20'

config download_class 'dclass_2'
option name 'Bulk'
option percent_bandwidth '20'

config download_class 'dclass_3'
option name 'D2'
option percent_bandwidth '20'

config download_class 'dclass_4'
option name 'D3'
option percent_bandwidth '20'

config download_class 'dclass_5'
option name 'D4'
option percent_bandwidth '20'

config download_rule 'download_rule_100'
option class 'dclass_1'
option test_order '100'
option max_pkt_size '76'

config download_rule 'download_rule_200'
option class 'dclass_3'
option test_order '200'
option max_pkt_size '512'

config download_rule 'download_rule_300'
option class 'dclass_4'
option test_order '300'
option srcport '80'

config download_rule 'download_rule_400'
option class 'dclass_4'
option test_order '400'
option srcport '443'

config download_rule 'download_rule_500'
option class 'dclass_5'
option test_order '500'
option max_pkt_size '1270'

VanCleef
Posts: 51
Joined: Tue Jul 09, 2019 9:01 am

Re: QOS question for gaming

Post by VanCleef »

I use 3 classes
Download:
Normal 90%, is the default

Ps4 5%, ip of ps4, all ports udp, minbw 1000kb and minrtt enabled.

Fast 5%, Maximum Packet Length: 512 bytes

In Manually control target ping time: I use 50, with this I have maximum speed when the ps4 class is not in use (minrtt does not consider the 50)

In Total Download Bandwidth, you can set the maximum speed your line reaches. In upload 95% ~ 98%.

Upload 3 classes too
ps4 40%, ip of ps4, all udp, minbw 1000kb

fast 50%, Maximum Packet Length: 512 bytes

Normal 10%, is the default
TP-Link Archer C7 v2
Gargoyle: 1.10.0
Down: 38MB
Up: 6.5MB

SirSWE
Posts: 88
Joined: Sat Jul 13, 2019 2:54 pm

Re: QOS question for gaming

Post by SirSWE »

Are you playing cod?

I changed my settings abit. I created an own XboxLive class with Min RTT and one for COD.

config upload 'upload'
option default_class 'uclass_2'
option total_bandwidth '85000'

config download 'download'
option qos_monenabled 'true'
option default_class 'dclass_2'
option total_bandwidth '94000'

config upload_class 'uclass_1'
option name 'Fast'
option percent_bandwidth '39'

config upload_class 'uclass_2'
option name 'Slow'
option percent_bandwidth '39'

config upload_class 'uclass_3'
option name 'Gaming'
option percent_bandwidth '11'
option min_bandwidth '600'

config upload_class 'uclass_4'
option name 'Xbox'
option percent_bandwidth '11'
option min_bandwidth '600'

config upload_rule 'upload_rule_100'
option class 'uclass_3'
option test_order '100'
option srcport '3075-3076'
option proto 'udp'
option comment 'Xbox,BlackOps3'

config upload_rule 'upload_rule_200'
option class 'uclass_4'
option test_order '200'
option dstport '3074'
option proto 'udp'

config upload_rule 'upload_rule_300'
option class 'uclass_1'
option test_order '300'
option max_pkt_size '1280'
option comment 'SmallPackets'

config download_class 'dclass_1'
option name 'Fast'
option percent_bandwidth '48'

config download_class 'dclass_2'
option name 'Slow'
option percent_bandwidth '48'

config download_class 'dclass_3'
option name 'Gaming'
option percent_bandwidth '2'
option min_bandwidth '600'
option minRTT 'Yes'

config download_class 'dclass_4'
option name 'Xbox'
option percent_bandwidth '2'
option min_bandwidth '600'
option minRTT 'Yes'

config download_rule 'download_rule_100'
option class 'dclass_3'
option test_order '100'
option dstport '3075-3076'
option proto 'udp'
option comment 'Black Ops 3'

config download_rule 'download_rule_200'
option class 'dclass_4'
option test_order '200'
option dstport '3074'
option proto 'udp'
option comment 'XboxLive'

config download_rule 'download_rule_300'
option class 'dclass_1'
option test_order '300'
option max_pkt_size '1280'
option comment 'SmallPackets'

VanCleef
Posts: 51
Joined: Tue Jul 09, 2019 9:01 am

Re: QOS question for gaming

Post by VanCleef »

i play more fifa, but i played cod and other games and my config works for all
TP-Link Archer C7 v2
Gargoyle: 1.10.0
Down: 38MB
Up: 6.5MB

VanCleef
Posts: 51
Joined: Tue Jul 09, 2019 9:01 am

Re: QOS question for gaming

Post by VanCleef »

Image
Image
Image
TP-Link Archer C7 v2
Gargoyle: 1.10.0
Down: 38MB
Up: 6.5MB

Post Reply