summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-07-20 10:47:09 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-07-20 10:47:09 -0500
commit084bdc79ac680a195cbfe20414a2baa912e8058c (patch)
tree7e1bcb25fd16442bcf93eee77a94103cdaa656dd
parenteb60c902e86a3f3397ded30cc603357d607515cc (diff)
parent9a47dd71139654d01e7e8d7ea3ddfde022be0bbb (diff)
Merge "pjsip: Increase maximum packet size." into 13
-rw-r--r--third-party/pjproject/patches/config_site.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/pjproject/patches/config_site.h b/third-party/pjproject/patches/config_site.h
index a345734b0..561b3a231 100644
--- a/third-party/pjproject/patches/config_site.h
+++ b/third-party/pjproject/patches/config_site.h
@@ -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)