Best settings for gaming QoS+DSCP

Report issues relating to bandwith monitoring, bandwidth quotas or QoS in this forum.

Moderator: Moderators

Post Reply
User avatar
CBx86
Posts: 157
Joined: Sun Jan 05, 2014 5:43 pm
Location: Brazil

Re: Best settings for gaming QoS+DSCP

Post by CBx86 »

EF sorry! :D

Just finish Death Stranding i was with "EP" on my mind.

:lol:

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

Re: Best settings for gaming QoS+DSCP

Post by SirSWE »

CBx86 wrote:EF sorry! :D

Just finish Death Stranding i was with "EP" on my mind.

:lol:
Oh Yeah I get it :D Do you priotize icmp and the gaming ports you use with EF? ^^

User avatar
CBx86
Posts: 157
Joined: Sun Jan 05, 2014 5:43 pm
Location: Brazil

Re: Best settings for gaming QoS+DSCP

Post by CBx86 »

I don't have tested ICMP, yet! :oops:

I am still thinking how to run a 'solid' test using wifi and cable, and see (or not) some real change.

Now im prioritizing optimize some firewall filters, next i will return to DSCP. :D

-taz-
Posts: 44
Joined: Wed Oct 23, 2019 11:21 pm

Re: Best settings for gaming QoS+DSCP

Post by -taz- »

Qos Gargoyle does not prioritize services

-taz-
Posts: 44
Joined: Wed Oct 23, 2019 11:21 pm

Re: Best settings for gaming QoS+DSCP

Post by -taz- »

only for udp ports
do the same in QoS (Upload)
Image

when using tcp ports will use the normal class

In my case, I use my QoS (Download) and
QoS (Upload) since MINRTT helps me navigate YouTube Netflix, etc. without interruptions
the class (games) is used to navigate ETC ...
I separate the 6100 Kbps on my PC So, if the Normal class is saturating the network, I will have those 6100 for the game, netflix, etc.
The percentage BW and Min BW (kbps) must match

Image
Image

I am testing the DSCP like this:

iptables -t mangle -N qos_plus

iptables -t mangle -A PREROUTING -j qos_plus
iptables -t mangle -A INPUT -j qos_plus
iptables -t mangle -A FORWARD -j qos_plus
iptables -t mangle -A OUTPUT -j qos_plus
iptables -t mangle -A POSTROUTING -j qos_plus

iptables -t mangle -I qos_plus -i pppoe-wan -j DSCP --set-dscp-class CS7
iptables -t mangle -I qos_plus -p icmp -j DSCP --set-dscp-class CS7
iptables -t mangle -I qos_plus -d 192.168.1.124 -j DSCP --set-dscp-class CS4
iptables -t mangle -I qos_plus -s 192.168.1.124 -j DSCP --set-dscp-class CS4

iptables -t mangle -A FORWARD -p tcp --tcp-flags ALL SYN,ACK -j TCPMSS --set-mss 1452


Not sure if icmp is useful like this: CS7
Last edited by -taz- on Thu Dec 12, 2019 7:06 pm, edited 6 times in total.

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

Re: Best settings for gaming QoS+DSCP

Post by VanCleef »

I recommend changing CS7 on pppoe interface line by CS0 or CS3 max.

Because using cs7 you are giving higher priority to other non-gaming connections.
TP-Link Archer C7 v2
Gargoyle: 1.10.0
Down: 38MB
Up: 6.5MB

-taz-
Posts: 44
Joined: Wed Oct 23, 2019 11:21 pm

Re: Best settings for gaming QoS+DSCP

Post by -taz- »

I think it's wrong. With CS0 or CS3 I am not doing anything, CS7 controlled the pppoe interface, I control the Internet and if I have my IP in CS4. I give priority to my PC


https://www.tucny.com/Home/dscp-tos

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

Re: Best settings for gaming QoS+DSCP

Post by VanCleef »

Hello again

I currently disabled QoS Gargoyle and using only DSCP, the result is better than expected.
Not even torrents disturb my game.


using this:


iptables -t mangle -N qos_plus

iptables -t mangle -A PREROUTING -j qos_plus
iptables -t mangle -A INPUT -j qos_plus
iptables -t mangle -A FORWARD -j qos_plus
iptables -t mangle -A OUTPUT -j qos_plus
iptables -t mangle -A POSTROUTING -j qos_plus

iptables -t mangle -A qos_plus -j DSCP --set-dscp-class CS0

iptables -t mangle -A qos_plus -d 192.168.1.142 -p udp -j DSCP --set-dscp-class EF

iptables -t mangle -A qos_plus -s 192.168.1.142 -p udp -j DSCP --set-dscp-class EF


I have not tested CS4 yet.
TP-Link Archer C7 v2
Gargoyle: 1.10.0
Down: 38MB
Up: 6.5MB

-taz-
Posts: 44
Joined: Wed Oct 23, 2019 11:21 pm

Re: Best settings for gaming QoS+DSCP

Post by -taz- »

I have changed the firmware to a custom one and I improve the performance as in the games and when browsing


I don't know if I can put the link. For you to try it

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

Re: Best settings for gaming QoS+DSCP

Post by VanCleef »

I would like to test, you can send by private message.
TP-Link Archer C7 v2
Gargoyle: 1.10.0
Down: 38MB
Up: 6.5MB

Post Reply