I have a 1Gb uplink and decided to switch to 100Mb. Before doing so, I want to give it a try.
So, my idea was to create a simple queue rule with my uplink interface as target and set upload/download limit there.
Code: Select all
/queue/simple/add name="good_old_2010" target=if_uplink max-limit=100M/100M
PS: I think I was able to proof it with `iperf3` (excellent tool!) and it seems to work, but I still look for any comment:)