mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
inputmessage buffer increase
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user