Ignore:
Timestamp:
Oct 25, 2007 3:18:51 AM (17 years ago)
Author:
bennylp
Message:

Fixed wrong doxygen documentation for various AUTH settings (thanks Alexander Agranovsky)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_config.h

    r1500 r1521  
    568568 * session is terminated. 
    569569 * 
    570  * Default: 1 
     570 * Default: 0 
    571571 */ 
    572572#if !defined(PJSIP_AUTH_HEADER_CACHING) 
     
    589589 * last WWW-Authenticate/Proxy-Authenticate challenge. 
    590590 * 
    591  * Default: 1 
     591 * Default: 0 
    592592 */ 
    593593#if !defined(PJSIP_AUTH_AUTO_SEND_NEXT) 
     
    610610 * Maximum number of stale retries when server keeps rejecting our request 
    611611 * with stale=true. 
     612 * 
     613 * Default: 3 
    612614 */ 
    613615#ifndef PJSIP_MAX_STALE_COUNT 
Note: See TracChangeset for help on using the changeset viewer.