inputmessage buffer increase

This commit is contained in:
Henrique 2011-08-27 00:40:52 -03:00
parent 4d9c974c34
commit f019818423
1 changed files with 1 additions and 1 deletions

View File

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