]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Skinny: set max message size to 2048 for now
authorMathieu Parent <math.parent@gmail.com>
Wed, 15 Dec 2010 18:43:13 +0000 (19:43 +0100)
committerMathieu Parent <math.parent@gmail.com>
Wed, 15 Dec 2010 18:44:38 +0000 (19:44 +0100)
(part of FS-2912)

src/mod/endpoints/mod_skinny/skinny_protocol.h

index d85a190ba8ed021523d7e2b15f7998fb8ea57ee7..4d0b7922ec086a31a2d15342dbe76be6f7a481da 100644 (file)
@@ -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 */