Merge "pjsip: Increase maximum packet size." into 13

This commit is contained in:
Jenkins2
2017-07-20 10:47:09 -05:00
committed by Gerrit Code Review

View 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)