summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsip/sip_config.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-05-19 06:07:40 +0000
committerBenny Prijono <bennylp@teluu.com>2010-05-19 06:07:40 +0000
commita2efcf3e9e4efd713b986e8d4776c92b45d4e8de (patch)
treed12883ee70c438aecf3d0015252950b069a4d6e7 /pjsip/include/pjsip/sip_config.h
parent2ac674189172cf3d44e2dd3f6d74d7cb0aeed2ea (diff)
Fix #1071: Increase default maximum SIP packet size to 4000
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3182 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include/pjsip/sip_config.h')
-rw-r--r--pjsip/include/pjsip/sip_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/include/pjsip/sip_config.h b/pjsip/include/pjsip/sip_config.h
index 862064b7..5788de6c 100644
--- a/pjsip/include/pjsip/sip_config.h
+++ b/pjsip/include/pjsip/sip_config.h
@@ -222,7 +222,7 @@ PJ_INLINE(pjsip_cfg_t*) pjsip_cfg(void)
* containing presence information can be quite large (>1500).
*/
#ifndef PJSIP_MAX_PKT_LEN
-# define PJSIP_MAX_PKT_LEN 2000
+# define PJSIP_MAX_PKT_LEN 4000
#endif