I have 80Mb UP/DW dedicated bandwidth and I'm using simple queue to limit the bandwidth before my ISP does in an attempt to avoid bufferbloat.
Code: Select all
/queue simple
add comment="Internet Traffic" max-limit=75M/75M name="Limit Bandwidth" target=\
10.20.0.0/24
The problem is, I can still see WAN traffic is exceeding the queue limit! it even exceeds the 80Mb sometimes, which results in ping spikes.
Here's what I tried so far:
-I tested with every queue type but issue persists.
-I targeted WAN interface instead of the local subnet but nothing changed.
Any idea what might be causing the problem?