bravoserver / bravo

UNMAINTAINED: Reverse-engineered Minecraft stuff. Worked with 1.4.x protocol
http://bravoserver.org/
Other
206 stars 45 forks source link

Issue 310: Connection Limits - Added #323

Closed justinnoah closed 13 years ago

justinnoah commented 13 years ago

Connection limits are implemented based on client connection count and client connections per IP.

The code should be commented well enough as well as bravo.ini.example.

We discussed tests and as I recall there weren't any to be written. I did test connecting with multiple clients and AFAICT this code works, however, stress tests from the public are definitely welcome.

MostAwesomeDude commented 13 years ago

A few cleanups are needed, but this appears to be sufficient to close #310. Thanks!