mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
Increased MAX_BROADCAST_PAYLOAD to match MAX_USER_RX_BUFFER.
This commit is contained in:
parent
229b7115bf
commit
6b66791b46
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ void debug(const char *format, ...)
|
|||
#define LWS_INITIAL_HDR_ALLOC 256
|
||||
#define LWS_ADDITIONAL_HDR_ALLOC 64
|
||||
#define MAX_USER_RX_BUFFER 4096
|
||||
#define MAX_BROADCAST_PAYLOAD 2048
|
||||
#define MAX_BROADCAST_PAYLOAD 4096
|
||||
#define LWS_MAX_PROTOCOLS 10
|
||||
#define LWS_MAX_EXTENSIONS_ACTIVE 10
|
||||
#define SPEC_LATEST_SUPPORTED 13
|
||||
|
|
Loading…
Add table
Reference in a new issue