dustbuster
Programmer
- Dec 19, 2002
- 95
I have a server that clients connect to. I need to be able to sever a client connection when:
1) the client is connected for a certain amount of time
and/or
2) the client bandwidth exceeds a certain amount
I need to be able to specify which services/ports to monitor and I need to be able to keep the main process running but kill the violating connections.
Is there a program I can use to do this? I can program but I don't have much experience dealing with the networking side of things.
Thanks!
1) the client is connected for a certain amount of time
and/or
2) the client bandwidth exceeds a certain amount
I need to be able to specify which services/ports to monitor and I need to be able to keep the main process running but kill the violating connections.
Is there a program I can use to do this? I can program but I don't have much experience dealing with the networking side of things.
Thanks!