<div dir="ltr">
Hi guys, I´d like to implement some bandwidth management using squid 
delay pools, but so far I can´t find any solution/example to do it 
dynamically, in my case what I want to accomplish is this:<br>
I have a 10Mb/s Internet connection, I want to use let´s say 6Mb/s for 
the standard users, and reserve 4Mb/s for IT users, servers, etc. I want
 to split the 6Mb/s bandwidth between the connected users at a given 
time, something like (6Mb / N_users) where N_users is the amount of 
users connected at a time. If there are 10 users connected they´ll get 
more bandwidth than if there were 30 users connected. I don´t want to 
split the bandwidth with a fixed percent for each user. Can this be 
done?<br>
Thanks for the help

</div>