inputmessage buffer increase
This commit is contained in:
parent
4d9c974c34
commit
f019818423
|
@ -7,7 +7,7 @@ class InputMessage
|
|||
{
|
||||
public:
|
||||
enum {
|
||||
BUFFER_MAXSIZE = 4096,
|
||||
BUFFER_MAXSIZE = 16384,
|
||||
HEADER_POS = 0,
|
||||
HEADER_LENGTH = 2,
|
||||
CHECKSUM_POS = 2,
|
||||
|
|
Loading…
Reference in New Issue