mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 17:49:21 +02:00
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…
x
Reference in New Issue
Block a user