mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-06 18:30:01 +00:00
Skinny: set max message size to 2048 for now
(part of FS-2912)
This commit is contained in:
parent
8e62bfcb95
commit
a95af70323
@ -552,7 +552,7 @@ struct PACKED service_url_stat_res_message {
|
||||
/*****************************************************************************/
|
||||
#define SKINNY_MESSAGE_FIELD_SIZE 4 /* 4-bytes field */
|
||||
#define SKINNY_MESSAGE_HEADERSIZE 12 /* three 4-bytes fields */
|
||||
#define SKINNY_MESSAGE_MAXSIZE 1000
|
||||
#define SKINNY_MESSAGE_MAXSIZE 2048
|
||||
|
||||
union skinny_data {
|
||||
/* no data for KEEP_ALIVE_MESSAGE */
|
||||
|
Loading…
x
Reference in New Issue
Block a user