summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsip/sip_config.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2012-04-26 09:31:00 +0000
committerBenny Prijono <bennylp@teluu.com>2012-04-26 09:31:00 +0000
commit2fd6e672f9f6698775df88ac9a16b446f214de1f (patch)
tree0064cdae1e49f1926b5aa5a7a99cad0080d304c5 /pjsip/include/pjsip/sip_config.h
parent0027974b3822c7f95c1787e5546481b1b73ab698 (diff)
Re #1474: merged r4081-r4093
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4094 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include/pjsip/sip_config.h')
-rw-r--r--pjsip/include/pjsip/sip_config.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/pjsip/include/pjsip/sip_config.h b/pjsip/include/pjsip/sip_config.h
index 8efc8814..6b8b328a 100644
--- a/pjsip/include/pjsip/sip_config.h
+++ b/pjsip/include/pjsip/sip_config.h
@@ -431,10 +431,14 @@ PJ_INLINE(pjsip_cfg_t*) pjsip_cfg(void)
* side) with no usage before the transport is destroyed. Value is in
* seconds.
*
- * Default: 30
+ * Note that if the value is put lower than 33 seconds, it may cause some
+ * pjsip test units to fail. See the comment on the following link:
+ * https://trac.pjsip.org/repos/ticket/1465#comment:4
+ *
+ * Default: 33
*/
#ifndef PJSIP_TRANSPORT_IDLE_TIME
-# define PJSIP_TRANSPORT_IDLE_TIME 30
+# define PJSIP_TRANSPORT_IDLE_TIME 33
#endif