From 0f603c4139e684ac27fd0954f2c51fdda8fba2e7 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 25 Oct 2007 03:18:51 +0000 Subject: 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 --- pjsip/include/pjsip/sip_config.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pjsip') 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 -- cgit v1.2.3