Hello,
I know how to limit transimission on queue but those queue is always limit. How to do it only when some other traffic exist ? How using mangle and QOS i can acomplish this task:
IF ( transmission to 80.80.80.80 = true )
THEN
limit transmission speed on some queueX in Queue tree to 1mbit
ELSE
transmission speed on some queueX in Queue tree is unlimited
END.
Thanks