Added Packet Count check

This commit is contained in:
Shoghi Cervantes
2013-06-14 00:21:43 +02:00
parent f51630c572
commit 18562317c3
3 changed files with 19 additions and 114 deletions

View File

@ -38,7 +38,7 @@ define("VIEWER", 3);
//Players
define("MAX_CHUNK_RATE", 20 / arg("max-chunks-per-second", 3.5)); //Default rate ~172 kB/s
define("PLAYER_MAX_RECOVERY_BUFFER", 1024);
define("PLAYER_MAX_QUEUE", 1024);
define("PLAYER_SURVIVAL_SLOTS", 36);
define("PLAYER_CREATIVE_SLOTS", 111);