mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
Fix crash when InputMessage is too large
This commit is contained in:
@@ -31,7 +31,7 @@ class InputMessage : public LuaObject
|
||||
{
|
||||
public:
|
||||
enum {
|
||||
BUFFER_MAXSIZE = 16384,
|
||||
BUFFER_MAXSIZE = 65536,
|
||||
MAX_HEADER_SIZE = 8
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user