feature request: either user.OpenLPFConnectionsCou (General questions)
feature request: either user.OpenLPFConnectionsCount / user.OpenRPFConnectionsCount or event PortForwardDisconnect
Hi Kreso,
we try to limit the total amount of open connections a user can have to prevent single users from hogging all the servers recources.
Is there a way to retrieve the number of open connctions a user has on the server, preferably separated by local and remote port forwardings (i.e. the user x has 10 open connections using local PF and 7 using remote PF). I think about something alike object.ServicesCount, just for connections.
If there is nothing like this yet - could you either add these two properties to the user object or add an event PortForwardDisconnect (Private Sub object_PortForwardDisconnect(User, KindOfForwarding) so one can count that numbers oneself?
Thank you, Rainer