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

14
Jenkins2 9 years ago committed by Gerrit Code Review
commit b9194a377a

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

Loading…
Cancel
Save