SQM, Iran situation

Hey guys
I live in iran and the network situation in iran is horrible
If you a be curious about censorship in the world you heard my country name there
I just give a little bit background to what we people deal with
Excuse me straight to the point
Recently i found out sqm scripts is really helpful for me as a gamer against the massive ping spikes and bull s isp's in Iran
So my question is how to configure the sqm script for a internet like mine when connecting to a vpn like wireguard as well
Recently i read some information about sqm and how to configure it on different network but didnt found anything to how to configure it when using vpn as well
Any help would be appreciated thanks for reading this
Information about my internet
VDSL PPPoE connectin
Max download 50 max upload 30 on speed test
And i configure pppoe directly to my router and turned on bridge mode on my modem
Thanks again :heart:

You configure sqm tailored to typical speeds on wireguard and pppoe interfaces

I configure the sqm base off pppoe connection but my wireguard vpn is on mtu 1300

@Lynx has an elegant solution that uses an IFB to applay traffic shaping to all traffic before the VPN in both directions... so if you want to mix vpn and non-vpn traffic that is a good way forward, if you route all wan traffic through the vpn, then just instantiate sqm on the vpn interface...

1 Like

Can you please help me to configure it ?

What exactly?
a) all traffic through vpn?
b) some considerable traffic through vpn
c) only very little traffic through vpn

For a) it is simple instantiate sqm on the vpn interface
For c) it is also simple instantiate sqm on the true wan interface (e.g. pppoe-wan).

The tricky one is b) and that is where I have zero first hand experience, but I hope @lynx might have sone valuable pointers how to set this up with ifbs and policy based routing...

1 Like

all traffic through vpn but i dont know how to configure the sqm correctly for the vpn

This is my bufferbloat test somehow i manged to get A score yesterday but still have some issues when i hop on the game for example my shots dosent event count as shot to other players like you having a massive packet loss but game network information show nothing or sometimes showing you have 5 % pl

You can add link to waveform test, it does not have your location.

Attach SqM to wg
set ingerss to zero and egress to half of 12,9Mbps (multiply by 1024 for kbps)
Test again
Now go to 3/4 7/8 etc up, when latency starts to grow make a step back.
If dl is bad repeat recipe on it.
Spike is enormous fifo somewhere where many users are aggregated, likely unsolvable ymmv

1 Like

After changing the mtu setting on sqm setting (max packet size) to 1534 ( 34 on per packet overhead) i managed to get a A again but i should test it in real action

Gaming meeds 30ms latency and 4k vid needs 100mbps, those are unachievable for you.

Ay, let's start at the beginning, could you please post the output of the following commands on your router, see below for how to copy and paste text into the forum:

ifconfig # we need to figure out which interface to use
cat /etc/config/sqm # we need to see the current configuration
tc -s qdisc # here we see what actually got applied of the sqm config

Then we can take it from there getting the details right...

Ooops, I forgot:

Just make sure you "sandwich" your text between two rows of backtick characters ` (which themselves will be invisible in the preview) looking in something like this in the editor:
```
Your Pasted Text as preformatted text with fixed width font
1
1111 (note with fixed-width fonts the numbers are right-aligned)
```
but looking like this in the rendered forum:

Your Pasted Text as preformatted text with fixed width font
   1
1111 (note with fixed-width fonts the numbers are right-aligned)

ifconfig
Wg Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:10.19.20.201 P-t-P:10.19.20.201 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MTU:1420 Metric:1
RX packets:74058 errors:0 dropped:0 overruns:0 frame:0
TX packets:71259 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:84605256 (80.6 MiB) TX bytes:42466084 (40.4 MiB)
br-lan Link encap:Ethernet HWaddr E4:F0:42:C6:5C:D5
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::e6f0:42ff:fec6:5cd5/64 Scope:Link
inet6 addr: fd9c:8a56:5a73::1/60 Scope:Global
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1605 errors:0 dropped:0 overruns:0 frame:0
TX packets:74863 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:330590 (322.8 KiB) TX bytes:83148003 (79.2 MiB)
eth0 Link encap:Ethernet HWaddr 1E:E9:0C:9B:85:F5
inet6 addr: fe80::1ce9:cff:fe9b:85f5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7105874 errors:0 dropped:0 overruns:0 frame:0
TX packets:6765169 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2814934435 (2.6 GiB) TX bytes:3482009139 (3.2 GiB)
ifb4Wg Link encap:Ethernet HWaddr 5E:CE:F2:86:17:95
inet6 addr: fe80::5cce:f2ff:fe86:1795/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:73660 errors:0 dropped:0 overruns:0 frame:0
TX packets:73660 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:32
RX bytes:81491081 (77.7 MiB) TX bytes:81491081 (77.7 MiB)
lan Link encap:Ethernet HWaddr E4:F0:42:C6:5C:D5
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:5990 errors:0 dropped:0 overruns:0 frame:0
TX packets:5990 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:520536 (508.3 KiB) TX bytes:520536 (508.3 KiB)
phy0-ap0 Link encap:Ethernet HWaddr E4:F0:42:C6:5C:DB
inet6 addr: fe80::e6f0:42ff:fec6:5cdb/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:6785197 errors:0 dropped:0 overruns:0 frame:0
TX packets:6806254 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3053845383 (2.8 GiB) TX bytes:6458877765 (6.0 GiB)
pppoe-wan Link encap:Point-to-Point Protocol
inet addr:100.80.36.240 P-t-P:100.80.33.5 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:74070 errors:0 dropped:0 overruns:0 frame:0
TX packets:71300 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:86679634 (82.6 MiB) TX bytes:44468271 (42.4 MiB)
wan Link encap:Ethernet HWaddr 1E:E9:0C:9B:85:F5
inet6 addr: fe80::1ce9:cff:fe9b:85f5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7105874 errors:0 dropped:0 overruns:0 frame:0
TX packets:6765024 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:7010419495 (6.5 GiB) TX bytes:3481996333 (3.2 GiB)
(Next)
config queue 'eth1'
option enabled '1'
option interface 'Wg'
option download '29100'
option upload '18700'
option qdisc 'cake'
option script 'piece_of_cake.qos'
option qdisc_advanced '1'
option ingress_ecn 'ECN'
option egress_ecn 'ECN'
option qdisc_really_really_advanced '1'
option linklayer 'ethernet'
option debug_logging '1'
option verbosity '5'
option squash_dscp '0'
option squash_ingress '1'
option overhead '34'
option linklayer_advanced '1'
option tcMTU '1534'
option tcTSIZE '128'
option tcMPU '73'
option linklayer_adaptation_mechanism 'default'
option iqdisc_opts 'ingress nat dual-dsthost'
option eqdisc_opts 'nat dual-srchost'
option itarget 'auto'
option etarget 'auto'
(Next)
qdisc noqueue 0: dev lo root refcnt 2
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc mq 0: dev eth0 root
Sent 3482380049 bytes 6766316 pkt (dropped 0, overlimits 0 requeues
10)
backlog 0b 0p requeues 10
qdisc fq_codel 0: dev eth0 parent :4 limit 10240p flows 1024 quantum
1514 target 5ms interval 100ms memory_limit 4Mb ecn drop_batch 64
Sent 825727070 bytes 1843469 pkt (dropped 0, overlimits 0 requeues 1)
backlog 0b 0p requeues 1
maxpacket 0 drop_overlimit 0 new_flow_count 0 ecn_mark 0
new_flows_len 0 old_flows_len 0
qdisc fq_codel 0: dev eth0 parent :3 limit 10240p flows 1024 quantum
1514 target 5ms interval 100ms memory_limit 4Mb ecn drop_batch 64
Sent 883612264 bytes 1795644 pkt (dropped 0, overlimits 0 requeues 2)
backlog 0b 0p requeues 2
maxpacket 1382 drop_overlimit 0 new_flow_count 1 ecn_mark 0
new_flows_len 0 old_flows_len 0
qdisc fq_codel 0: dev eth0 parent :2 limit 10240p flows 1024 quantum
1514 target 5ms interval 100ms memory_limit 4Mb ecn drop_batch 64
Sent 957524997 bytes 1661853 pkt (dropped 0, overlimits 0 requeues 4)
backlog 0b 0p requeues 4
maxpacket 1454 drop_overlimit 0 new_flow_count 2 ecn_mark 0
new_flows_len 0 old_flows_len 0
qdisc fq_codel 0: dev eth0 parent :1 limit 10240p flows 1024 quantum
1514 target 5ms interval 100ms memory_limit 4Mb ecn drop_batch 64
Sent 815515718 bytes 1465350 pkt (dropped 0, overlimits 0 requeues 3)
backlog 0b 0p requeues 3
maxpacket 0 drop_overlimit 0 new_flow_count 0 ecn_mark 0
new_flows_len 0 old_flows_len 0
qdisc noqueue 0: dev lan root refcnt 2
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc noqueue 0: dev wan root refcnt 2
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc noqueue 0: dev phy0-ap0 root refcnt 2
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc noqueue 0: dev br-lan root refcnt 2
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc fq_codel 0: dev pppoe-wan root refcnt 2 limit 10240p flows 1024 quantum 1514 target 5ms interval 100ms memory_limit 4Mb ecn drop_batch 64
Sent 44813001 bytes 72340 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
maxpacket 0 drop_overlimit 0 new_flow_count 0 ecn_mark 0
new_flows_len 0 old_flows_len 0
qdisc cake 811a: dev Wg root refcnt 2 bandwidth 18700Kbit besteffort
dual-srchost nat nowash no-ack-filter split-gso rtt 100ms noatm overhead 34 mpu 73
Sent 40291727 bytes 72304 pkt (dropped 32, overlimits 55796 requeues 0)
backlog 0b 0p requeues 0
memory used: 276864b of 4Mb
capacity estimate: 18700Kbit
min/max network layer size: 40 / 1420
min/max overhead-adjusted size: 74 / 1454
average network hdr offset: 0
Tin 0
thresh 18700Kbit
target 5ms
interval 100ms
pk_delay 842us
av_delay 99us
sp_delay 14us
backlog 0b
pkts 72336
bytes 40337015
way_inds 389
way_miss 649
way_cols 0
drops 32
marks 0
ack_drop 0
sp_flows 2
bk_flows 1
un_flows 0
max_len 2840
quantum 570
qdisc ingress ffff: dev Wg parent ffff:fff1 ----------------
Sent 82727008 bytes 75144 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc cake 811b: dev ifb4Wg root refcnt 2 bandwidth 29100Kbit besteffort dual-dsthost nat nowash ingress no-ack-filter split-gso rtt 100ms noatm overhead 34 mpu 73
Sent 82236696 bytes 74748 pkt (dropped 396, overlimits 95394 requeues 0)
backlog 0b 0p requeues 0
memory used: 395800b of 4Mb
capacity estimate: 29100Kbit
min/max network layer size: 40 / 1420
min/max overhead-adjusted size: 74 / 1454
average network hdr offset: 0
Tin 0
thresh 29100Kbit
target 5ms
interval 100ms
pk_delay 214us
av_delay 48us
sp_delay 16us
backlog 0b
pkts 75144
bytes 82795988
way_inds 324
way_miss 542
way_cols 0
drops 396
marks 0
ack_drop 0
sp_flows 0
bk_flows 1
un_flows 0
max_len 5680
quantum 888

ifconfig

Wg Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:10.19.20.201 P-t-P:10.19.20.201 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MTU:1420 Metric:1
RX packets:74058 errors:0 dropped:0 overruns:0 frame:0
TX packets:71259 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:84605256 (80.6 MiB) TX bytes:42466084 (40.4 MiB)

br-lan Link encap:Ethernet HWaddr E4:F0:42:C6:5C:D5
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::e6f0:42ff:fec6:5cd5/64 Scope:Link
inet6 addr: fd9c:8a56:5a73::1/60 Scope:Global
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1605 errors:0 dropped:0 overruns:0 frame:0
TX packets:74863 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:330590 (322.8 KiB) TX bytes:83148003 (79.2 MiB)

eth0 Link encap:Ethernet HWaddr 1E:E9:0C:9B:85:F5
inet6 addr: fe80::1ce9:cff:fe9b:85f5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7105874 errors:0 dropped:0 overruns:0 frame:0
TX packets:6765169 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2814934435 (2.6 GiB) TX bytes:3482009139 (3.2 GiB)

ifb4Wg Link encap:Ethernet HWaddr 5E:CE:F2:86:17:95
inet6 addr: fe80::5cce:f2ff:fe86:1795/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:73660 errors:0 dropped:0 overruns:0 frame:0
TX packets:73660 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:32
RX bytes:81491081 (77.7 MiB) TX bytes:81491081 (77.7 MiB)

lan Link encap:Ethernet HWaddr E4:F0:42:C6:5C:D5
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:5990 errors:0 dropped:0 overruns:0 frame:0
TX packets:5990 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:520536 (508.3 KiB) TX bytes:520536 (508.3 KiB)

phy0-ap0 Link encap:Ethernet HWaddr E4:F0:42:C6:5C:DB
inet6 addr: fe80::e6f0:42ff:fec6:5cdb/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:6785197 errors:0 dropped:0 overruns:0 frame:0
TX packets:6806254 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3053845383 (2.8 GiB) TX bytes:6458877765 (6.0 GiB)

pppoe-wan Link encap:Point-to-Point Protocol
inet addr:100.80.36.240 P-t-P:100.80.33.5 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:74070 errors:0 dropped:0 overruns:0 frame:0
TX packets:71300 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:86679634 (82.6 MiB) TX bytes:44468271 (42.4 MiB)

wan Link encap:Ethernet HWaddr 1E:E9:0C:9B:85:F5
inet6 addr: fe80::1ce9:cff:fe9b:85f5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7105874 errors:0 dropped:0 overruns:0 frame:0
TX packets:6765024 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:7010419495 (6.5 GiB) TX bytes:3481996333 (3.2 GiB)
[/quote]

OK, it seems Wg is the iunterface to use if all traffic is to be routed via the VPN.

My apologies should i do it now or we're good?

1 Like

You are fine, this is my mistake, I will simply post these with the appropriate formatting...

config queue 'eth1'
option enabled '1'
option interface 'Wg'
option download '29100'
option upload '18700'
option qdisc 'cake'
option script 'piece_of_cake.qos'
option qdisc_advanced '1'
option ingress_ecn 'ECN'
option egress_ecn 'ECN'
option qdisc_really_really_advanced '1'
option linklayer 'ethernet'
option debug_logging '1'
option verbosity '5'
option squash_dscp '0'
option squash_ingress '1'
option overhead '34'
option linklayer_advanced '1'
option tcMTU '1534'
option tcTSIZE '128'
option tcMPU '73'
option linklayer_adaptation_mechanism 'default'
option iqdisc_opts 'ingress nat dual-dsthost'
option eqdisc_opts 'nat dual-srchost'
option itarget 'auto'
option etarget 'auto'

This has some issues we are going to address in due time, but overall this is not terrible to start out with, it uses the correct interface (Wg).

1 Like

Thank you for your patience :heart:

qdisc noqueue 0: dev lo root refcnt 2
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc mq 0: dev eth0 root
Sent 3482380049 bytes 6766316 pkt (dropped 0, overlimits 0 requeues
10)
backlog 0b 0p requeues 10
qdisc fq_codel 0: dev eth0 parent :4 limit 10240p flows 1024 quantum
1514 target 5ms interval 100ms memory_limit 4Mb ecn drop_batch 64
Sent 825727070 bytes 1843469 pkt (dropped 0, overlimits 0 requeues 1)
backlog 0b 0p requeues 1
maxpacket 0 drop_overlimit 0 new_flow_count 0 ecn_mark 0
new_flows_len 0 old_flows_len 0
qdisc fq_codel 0: dev eth0 parent :3 limit 10240p flows 1024 quantum
1514 target 5ms interval 100ms memory_limit 4Mb ecn drop_batch 64
Sent 883612264 bytes 1795644 pkt (dropped 0, overlimits 0 requeues 2)
backlog 0b 0p requeues 2
maxpacket 1382 drop_overlimit 0 new_flow_count 1 ecn_mark 0
new_flows_len 0 old_flows_len 0
qdisc fq_codel 0: dev eth0 parent :2 limit 10240p flows 1024 quantum
1514 target 5ms interval 100ms memory_limit 4Mb ecn drop_batch 64
Sent 957524997 bytes 1661853 pkt (dropped 0, overlimits 0 requeues 4)
backlog 0b 0p requeues 4
maxpacket 1454 drop_overlimit 0 new_flow_count 2 ecn_mark 0
new_flows_len 0 old_flows_len 0
qdisc fq_codel 0: dev eth0 parent :1 limit 10240p flows 1024 quantum
1514 target 5ms interval 100ms memory_limit 4Mb ecn drop_batch 64
Sent 815515718 bytes 1465350 pkt (dropped 0, overlimits 0 requeues 3)
backlog 0b 0p requeues 3
maxpacket 0 drop_overlimit 0 new_flow_count 0 ecn_mark 0
new_flows_len 0 old_flows_len 0
qdisc noqueue 0: dev lan root refcnt 2
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc noqueue 0: dev wan root refcnt 2
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc noqueue 0: dev phy0-ap0 root refcnt 2
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc noqueue 0: dev br-lan root refcnt 2
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc fq_codel 0: dev pppoe-wan root refcnt 2 limit 10240p flows 1024 quantum 1514 target 5ms interval 100ms memory_limit 4Mb ecn drop_batch 64
Sent 44813001 bytes 72340 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
maxpacket 0 drop_overlimit 0 new_flow_count 0 ecn_mark 0
new_flows_len 0 old_flows_len 0
qdisc cake 811a: dev Wg root refcnt 2 bandwidth 18700Kbit besteffort
dual-srchost nat nowash no-ack-filter split-gso rtt 100ms noatm overhead 34 mpu 73
Sent 40291727 bytes 72304 pkt (dropped 32, overlimits 55796 requeues 0)
backlog 0b 0p requeues 0
memory used: 276864b of 4Mb
capacity estimate: 18700Kbit
min/max network layer size: 40 / 1420
min/max overhead-adjusted size: 74 / 1454
average network hdr offset: 0
Tin 0
thresh 18700Kbit
target 5ms
interval 100ms
pk_delay 842us
av_delay 99us
sp_delay 14us
backlog 0b
pkts 72336
bytes 40337015
way_inds 389
way_miss 649
way_cols 0
drops 32
marks 0
ack_drop 0
sp_flows 2
bk_flows 1
un_flows 0
max_len 2840
quantum 570
qdisc ingress ffff: dev Wg parent ffff:fff1 ----------------
Sent 82727008 bytes 75144 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc cake 811b: dev ifb4Wg root refcnt 2 bandwidth 29100Kbit besteffort dual-dsthost nat nowash ingress no-ack-filter split-gso rtt 100ms noatm overhead 34 mpu 73
Sent 82236696 bytes 74748 pkt (dropped 396, overlimits 95394 requeues 0)
backlog 0b 0p requeues 0
memory used: 395800b of 4Mb
capacity estimate: 29100Kbit
min/max network layer size: 40 / 1420
min/max overhead-adjusted size: 74 / 1454
average network hdr offset: 0
Tin 0
thresh 29100Kbit
target 5ms
interval 100ms
pk_delay 214us
av_delay 48us
sp_delay 16us
backlog 0b
pkts 75144
bytes 82795988
way_inds 324
way_miss 542
way_cols 0
drops 396
marks 0
ack_drop 0
sp_flows 0
bk_flows 1
un_flows 0
max_len 5680
quantum 888

Im okay even with 100 ms ping my biggest problem is hidden packet loss that give me lots of input lag and awful situation in gaming