]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
pjsip: Increase maximum packet size.
authorBenjamin Keith Ford <bford@digium.com>
Tue, 18 Jul 2017 20:04:44 +0000 (15:04 -0500)
committerMatthew Fredrickson <creslin@digium.com>
Tue, 18 Jul 2017 22:00:25 +0000 (17:00 -0500)
The maximum packet size for PJSIP has been increased to handle the
multiple streams being added for WebRTC.

Change-Id: I9ea1e8d02668c544acadcb1c6200e1cc1bd588b3

third-party/pjproject/patches/config_site.h

index a345734b0f8b3767638992b0cc0fb96bb974263e..561b3a231f1ddfcc8892945e42379e95989518c7 100644 (file)
@@ -68,7 +68,7 @@
   Enabling it will result in SEGFAULTS when URIs containing escape sequences are encountered.
 */
 #undef PJSIP_UNESCAPE_IN_PLACE
-#define PJSIP_MAX_PKT_LEN                      6000
+#define PJSIP_MAX_PKT_LEN                      32000
 
 #undef PJ_TODO
 #define PJ_TODO(x)