My goal is to fix bad desync in csgo.
I use vpn to make a little bit of delay(it's SOO much better than without vpn) but i decided to stop using it.
I update my firmware on the router to OpenWRT. Installed SQM, Netem etc.
In the command line i put:
tc qdisc add dev eth0 root netem delay 2ms
Now my ping results are floating. Instead of stable 3ms(1ms+2ms) i have something like this:
Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.1: bytes=32 time=4мс TTL=64
Reply from 192.168.1.1: bytes=32 time=9мс TTL=64
Reply from 192.168.1.1: bytes=32 time=7мс TTL=64
Reply from 192.168.1.1: bytes=32 time=10мс TTL=64
Reply from 192.168.1.1: bytes=32 time=6мс TTL=64
Reply from 192.168.1.1: bytes=32 time=11мс TTL=64
Reply from 192.168.1.1: bytes=32 time=6мс TTL=64
Reply from 192.168.1.1: bytes=32 time=9мс TTL=64
Reply from 192.168.1.1: bytes=32 time=5мс TTL=64
Reply from 192.168.1.1: bytes=32 time=6мс TTL=64
My question is how to make it more stable. And overall am i doing all of this right?
How to configure only outbound or inbound packets? How does it works
