multible users -- same link -- connection limiting

i have some users (about 20 users) are connecting with my MT by a wirless client access point (at thier point), the question is :
if i put a connection limiting ,lets say 30 , would they share the 30 connections ? or each one of the 20 users will use his own 30 connections allowed by firewall??

i dont know if i have a question about MT should i go to my grandfather to solve my MT problems ???

‘/ip firewall filter add chain=forward protocol=tcp tcp-flags=syn connection-limit=31,32 action=drop’
Rule will set 30 connection per each user.

Who is your grandfather ? :unamused:

thanks a lot ..

i was putting 24 instead of 32 , dont tell me that the whole users connections was 31 ??? god !!! i wonder why the left me a live ??

in somewhere in this forum i found someone enabled all tcp-flags not only the SYN .. why is that ??

yep, such limit is for the whole network.
I suppose, you have to use only ‘syn’ flag.