Best settings for gaming QoS+DSCP

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

Moderator: Moderators

Knomax
Posts: 25
Joined: Wed Mar 22, 2017 4:52 pm
Location: Greece

Re: Best settings for gaming QoS+DSCP

Post by Knomax »

Ok upload your configuration...but i dont understand even if you mark as CS4....in which class it falls..there is no reason to mark with dscp if you dont use classify class to fall in.

taz-kun
Posts: 19
Joined: Fri Mar 29, 2019 2:18 am

Re: Best settings for gaming QoS+DSCP

Post by taz-kun »

dscp marks packages not classes

Knomax
Posts: 25
Joined: Wed Mar 22, 2017 4:52 pm
Location: Greece

Re: Best settings for gaming QoS+DSCP

Post by Knomax »

I know that....explain to me etc this rule in which class it falls
because i think that is a "placebo" effect only...marking packets with no use at all..unless they fall in some classes.

Code: Select all

# ps4 ingress
iptables -t mangle -A qos_ingress -d 192.168.1.142 -p udp -j DSCP --set-dscp-class CS6



Etc this rule

Code: Select all

# tcp flags ingress
iptables -t mangle -A qos_ingress -p tcp -m length --length :64 -j DSCP --set-dscp-class CS6
You catch it by this..
QoS in gui, download:

Destination: 192.168.1.142, Transport Protocol: UDP/ Ps4
Maximum Packet Length: 64 bytes, Transport Protocol: TCP /Fast

I was evolved in this project..
https://github.com/dlakelan/routerperf
A script specific for gamers...so i dont understand these dscp marks how they work.
You have rule for icmp..ok if you create in gui a rule with icmp will fall there...thats it.
The others with dscp marks doesnt "fall" anywhere.
Please post your configuration..maybe i missing something.

taz-kun
Posts: 19
Joined: Fri Mar 29, 2019 2:18 am

Re: Best settings for gaming QoS+DSCP

Post by taz-kun »

Code: Select all

iptables -t mangle -I PREROUTING -p udp -j DSCP --set-dscp-class CS4

Code: Select all

iptables -t mangle -I POSTROUTING -p udp -j DSCP --set-dscp-class CS4
Sorry I tried everything and never had stability in games, sometimes they were (HIT REG) perfect sometimes 70% 80% I returned my factory router to (Edgerouter)

Code: Select all

iptables -t mangle -I INPUT -p icmp -i pppoe-wan -j ACCEPT
Ó

Code: Select all

iptables -t mangle -I INPUT -p icmp -o pppoe-wan -j ACCEPT
https://ibb.co/YRH0pvd
https://ibb.co/ygZCbCt
If you want you can try this way even with the game service, I did not feel any difference, put the ports that your game uses

this was what helped a little

taz-kun
Posts: 19
Joined: Fri Mar 29, 2019 2:18 am

Re: Best settings for gaming QoS+DSCP

Post by taz-kun »

Hi, can I increase the kbps so that the MINRTT runs when it reaches 100 Kbps?

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

Re: Best settings for gaming QoS+DSCP

Post by Lantis »

Classes are considered active above 4kbps in that class.
The active monitoring occurs above 12-15% of the upper link limit.

If you want to change these behaviours, you'll need to modify the source code.
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.

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

Re: Best settings for gaming QoS+DSCP

Post by -taz- »

HI,So far this setup has been perfect. For me


UPnP & NAT-PMP: On
Find your best DNS.

Image
Image



Example of what a game would look like using (80) (443)

Image

Image

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

Re: Best settings for gaming QoS+DSCP

Post by -taz- »

I have an error when activating congestion, megabytes are lowered, solution?

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

Re: Best settings for gaming QoS+DSCP

Post by Lantis »

Can you ask the question again with more detail and context please?
Less is not always more.
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.

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

Re: Best settings for gaming QoS+DSCP

Post by -taz- »

As you can see in the picture, the congestion is active as the hours go by (link limit) it goes down to 3000Kbps or less, I don't know why this failure is due

DOES NOT happen I always notice when videos get stuck

Post Reply