summaryrefslogtreecommitdiff
path: root/pjsip
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-07-21 13:24:25 +0000
committerBenny Prijono <bennylp@teluu.com>2006-07-21 13:24:25 +0000
commit79fb1f6c05b421331ebf97296572ccb48cc6a78e (patch)
treee00d1bf21d269c3606ce33f164d0d7521a05f277 /pjsip
parenta308f9140798d0b0fa33cecac4eba39f8da3f745 (diff)
Fixed compilation error when -ansi and -pedantic flags are used (the // style comment in sip_config.h)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@617 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip')
-rw-r--r--pjsip/include/pjsip/sip_config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/pjsip/include/pjsip/sip_config.h b/pjsip/include/pjsip/sip_config.h
index b7b513a0..f023d10a 100644
--- a/pjsip/include/pjsip/sip_config.h
+++ b/pjsip/include/pjsip/sip_config.h
@@ -223,7 +223,7 @@
/* Transaction related constants. */
#define PJSIP_POOL_TSX_LAYER_LEN 4000
#define PJSIP_POOL_TSX_LAYER_INC 4000
-#define PJSIP_POOL_TSX_LEN 1536 //768
+#define PJSIP_POOL_TSX_LEN 1536 /* 768 */
#define PJSIP_POOL_TSX_INC 256
#define PJSIP_MAX_TSX_KEY_LEN (PJSIP_MAX_URL_SIZE*2)
@@ -251,9 +251,6 @@
* Default timeout settings, in miliseconds.
*/
-//#define PJSIP_T1_TIMEOUT 15000
-//#define PJSIP_T2_TIMEOUT 60000
-
/** Transaction T1 timeout value. */
#if !defined(PJSIP_T1_TIMEOUT)
# define PJSIP_T1_TIMEOUT 500