1
0

Merge branch 'master' into 1.8-Protocol

This commit is contained in:
Howaner
2014-09-19 14:31:18 +02:00
31 changed files with 650 additions and 362 deletions

View File

@@ -28,7 +28,7 @@
cProtocolRecognizer::cProtocolRecognizer(cClientHandle * a_Client) :
super(a_Client),
m_Protocol(NULL),
m_Buffer(512)
m_Buffer(8192) // We need a larger buffer to support BungeeCord - it sends one huge packet at the start
{
}