Page 2 of 2

Re: QOS question for gaming

Posted: Sun Jul 14, 2019 5:39 pm
by Lantis
Sure, you can selecting as a transport protocol when creating rules.

Re: QOS question for gaming

Posted: Tue Jul 16, 2019 11:09 am
by SirSWE
Played some games, it worked great! Just wondering... How much shall I CAP my UL?

Re: QOS question for gaming

Posted: Tue Jul 16, 2019 4:57 pm
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.

Re: QOS question for gaming

Posted: Wed Jul 17, 2019 5:51 am
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?

Re: QOS question for gaming

Posted: Wed Jul 17, 2019 7:02 am
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.

Re: QOS question for gaming

Posted: Wed Jul 17, 2019 9:45 am
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'

Re: QOS question for gaming

Posted: Thu Jul 18, 2019 7:07 am
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

Re: QOS question for gaming

Posted: Thu Jul 18, 2019 1:03 pm
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'

Re: QOS question for gaming

Posted: Thu Jul 18, 2019 4:08 pm
by VanCleef
i play more fifa, but i played cod and other games and my config works for all

Re: QOS question for gaming

Posted: Thu Jul 18, 2019 4:26 pm
by VanCleef
Image
Image
Image