summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsip/sip_config.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-10-25 03:18:51 +0000
committerBenny Prijono <bennylp@teluu.com>2007-10-25 03:18:51 +0000
commit0f603c4139e684ac27fd0954f2c51fdda8fba2e7 (patch)
treee988f45eb94241cb4c123275a5edfbb8f237e200 /pjsip/include/pjsip/sip_config.h
parentcf02ba6c867d0428102a3e6bf0434b8c4b368b04 (diff)
Fixed wrong doxygen documentation for various AUTH settings (thanks Alexander Agranovsky)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1521 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include/pjsip/sip_config.h')
-rw-r--r--pjsip/include/pjsip/sip_config.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/pjsip/include/pjsip/sip_config.h b/pjsip/include/pjsip/sip_config.h
index 5dcfa09c..a090e003 100644
--- a/pjsip/include/pjsip/sip_config.h
+++ b/pjsip/include/pjsip/sip_config.h
@@ -567,7 +567,7 @@
* will grow the memory usage undefinitely until the dialog/registration
* session is terminated.
*
- * Default: 1
+ * Default: 0
*/
#if !defined(PJSIP_AUTH_HEADER_CACHING)
# define PJSIP_AUTH_HEADER_CACHING 0
@@ -588,7 +588,7 @@
* indefinitely until it is terminated, because the stack needs to keep the
* last WWW-Authenticate/Proxy-Authenticate challenge.
*
- * Default: 1
+ * Default: 0
*/
#if !defined(PJSIP_AUTH_AUTO_SEND_NEXT)
# define PJSIP_AUTH_AUTO_SEND_NEXT 0
@@ -609,6 +609,8 @@
/**
* Maximum number of stale retries when server keeps rejecting our request
* with stale=true.
+ *
+ * Default: 3
*/
#ifndef PJSIP_MAX_STALE_COUNT
# define PJSIP_MAX_STALE_COUNT 3