I’m using Hex-S and I created a simple queue for limiting upload to ethernet1 (WAN). So I want 50M going out as my internet plan’s upload is only 50M.
Here’s my simple queue params:
dest = ethernet1
Target Upload:
max-limit = 50M
The max-limit works when I set to 10M or 20M – upload gets limited based from speed test. But when I changed the value to 40M or 50M, my upload speed gets throttled down to from 25M to 33M. I should get around 44M+ upload speed.
What is wrong? It looks like policer of my internet provider kicks in. I tried to add burst-limit but I didn’t work. Anyone know to solve this (maybe I need to tweak the connection-rate, burst-limit settings)?