Author | Message | Time |
---|---|---|
saintage | Hello, i was wondering if anyone knew how to limit a certain amount of connections per ip in c++ to a certain program? | April 27, 2003, 11:57 PM |
iago | Just check their ip against a list of ips when it tries to connect, and if it matches to a certain number, deny it, otherwise increment the count for that ip and move on. | April 28, 2003, 1:42 AM |