summaryrefslogtreecommitdiff
path: root/third-party
diff options
context:
space:
mode:
authorBenjamin Keith Ford <bford@digium.com>2017-07-18 15:04:44 -0500
committerBenjamin Keith Ford <bford@digium.com>2017-07-18 15:39:24 -0500
commite7d9e42616975b594f7ad45baeb4305a61fa6dd0 (patch)
treec72e6fc77ef540614a49872111c44d7f007a66c3 /third-party
parente83b9d141a416ab8c0b1fcfcd29d73abf2ca04c9 (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)