mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
inputmessage buffer increase
This commit is contained in:
@@ -7,7 +7,7 @@ class InputMessage
|
||||
{
|
||||
public:
|
||||
enum {
|
||||
BUFFER_MAXSIZE = 4096,
|
||||
BUFFER_MAXSIZE = 16384,
|
||||
HEADER_POS = 0,
|
||||
HEADER_LENGTH = 2,
|
||||
CHECKSUM_POS = 2,
|
||||
|
Reference in New Issue
Block a user