summaryrefslogtreecommitdiff
path: root/third-party
diff options
context:
space:
mode:
authorBenjamin Keith Ford <bford@digium.com>2017-07-18 15:04:44 -0500
committerMatthew Fredrickson <creslin@digium.com>2017-07-18 17:00:25 -0500
commit9a47dd71139654d01e7e8d7ea3ddfde022be0bbb (patch)
treee06748fb8d78c58917c0888a56cff7c082bef89d /third-party
parentf0558d58f0a3940b0b2d067ec8d85dc8bed1893a (diff)
pjsip: Increase maximum packet size.
The maximum packet size for PJSIP has been increased to handle the multiple streams being added for WebRTC. Change-Id: I9ea1e8d02668c544acadcb1c6200e1cc1bd588b3
Diffstat (limited to 'third-party')
-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)