mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
Skinny: set max message size to 2048 for now
(part of FS-2912)
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user