sprenger120 / FastCraft

Unfinished C++ Minecraft Server implementation for 1.3.2
16 stars 4 forks source link

Ping Check #36

Closed Burnett01 closed 12 years ago

Burnett01 commented 12 years ago

The server checks the ping of the player. If the ping is to high, force the player to kick.

sprenger120 commented 12 years ago

Hmm, i dont know... I've alreay implemented a timeout and if I set a too small timeout, I will ban players with a slow internet connection from FastCraft.

Burnett01 commented 12 years ago

Ahh okay, very good!