ping priority

how to set in my mt ping priority?




Best Regards!

If you mean to fool your clients with fast ping times, create a simple queue, put it first, put on it a higher priority than the rest of the queues, and specify it should only apply to icmp.

There you go !

Jorj

Can you please write the queue here, which protocol, port, IP range we need to specify?

Thanks in advance

Try this:

/ip firewall mangle
add action=mark-packet chain=prerouting comment="" disabled=no \
    new-packet-mark=ping_requests passthrough=yes protocol=icmp

/que simple
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment="" direction=both \
    disabled=no dst-address=0.0.0.0/0 interface=all limit-at=0/0 max-limit=0/0 \
    name=ping_high_priority packet-marks=ping_requests parent=none priority=6 \
    queue=default-small/default-small total-queue=default-small

Change priority to be of higher importance than the rest of your traffic and queue and packet mark names.

Thank you for your reply I will check it thanks again.

i tryid this code but not working at os 3.20
plz helpppppppppppppppppp