Queue Tree Help Needed......

Hello all,

I have set my users to have unlimited bandwidth for youtube.

Mangle

action=mark-connection chain=postrouting comment=Youtube content=flv disabled=no new-connection-mark=youtube passthrough=yes protocol=tcp
action=mark-packet chain=postrouting connection-mark=youtube disabled=no new-packet-mark=youtube passthrough=no protocol=tcp

Queue Tree

burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 max-limit=0 name=Youtube packet-mark=youtube parent=global-out priority=1 queue=default

I want to ask that:
If I set the limit to 512k/512k, is it for all users logged in or for only one user.

That means,
If I have 10 users logged in, they will share the 512k/512k or
Only one user will use 512k/512k.

I want Only one user will use 512k/512k.

Under the Queue Tree that is applying to ALL users as a collective.

Remember limit allows highest priority queue to reach limit first. After all queues are at limit then highest may go to max limit.

If you want to set individual user limits that is set in queue type PCQ. Then you would select that queue type when you create it in queue tree.

Also PCQ types only have limit which functions as max limit.

Thanks for the help.