Hi there,
i have several simple queues to provide specific ip-addresses in my lan a guaranteed bandwith.
So let’s say i have a total bandwidth of 12Mbit down and 900k up, 2 computers (an important one called vip and another one called non-vip).
/queue simple
add max-limit=900k/12M name=Total target=192.168.1.0/24
add limit-at=900k/12M max-limit=900k/12M name=vip parent=Total priority=1/1 target=192.168.1.2/32
add max-limit=900k/12M name=non-vip parent=Total priority=8/8 target=192.168.1.3/32
If i start a download on my non-vip computer, it gets the 12Mbit down cause the link isn’t full.
If i start a download on my vip computer too at the same time, the bandwith for non-vip is cutted down
and vip get’s the full 12Mbit.
So far so good, works as expected.
But if i cancel the download on the vip, so the only one downloading now is the non-vip computer, the download is still
on slow speed and never get’s back up again. Only if i cancel the download and start it again…
Is there anything i didn’t understand correctly?
I want to preserve bandwith for my computer, but when i’m finished with work, i want to download stuff on my other computer at full speed.