Hello,
I’m trying to slow down downloads using burst.
My point is to limit traffic to 1mb/s after 10 seconds. First 10 seconds it should be 5mb/s.
I have this:
/queue simple
add burst-limit=5M/5M burst-threshold=1M/1M burst-time=10s/10s limit-at=1M/1M \
max-limit=5M/5M name=queue1 target=10.0.23.6/32
Traffic is always around 3mb/s with intervals without traffic.
Capture.JPG
For test, I started download of avast anti-virus form filehippo.com
Can someone export a working simple queue with burst ?