Hello, i was wondering if anyone knew how to limit a certain amount of connections per ip in c++ to a certain program?
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.