05.06.2012, 17:58
Quote:
In the include the default max connections is 3, you can change it by changing this:
from
#define IP_LIMIT 3 // = This would mean 3 people can connect from same IP
to
#define IP_LIMIT 2 // = This would mean 2 people can connect from same IP