Merge branch 'master' of github.com:edubart/otclient

This commit is contained in:
Eduardo Bart 2011-08-27 09:16:35 -03:00
commit 2a2fbc4c3a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class InputMessage
{
public:
enum {
BUFFER_MAXSIZE = 4096,
BUFFER_MAXSIZE = 16384,
HEADER_POS = 0,
HEADER_LENGTH = 2,
CHECKSUM_POS = 2,