Ignore:
Timestamp:
Dec 29, 2006 12:13:10 AM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #25: Authentication loops forever when server keeps rejecting request with stale=true

File:
1 edited

Legend:

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

    r695 r871  
    114114    pj_bool_t                    is_proxy;  /**< Server type (401/407)      */ 
    115115    pjsip_auth_qop_type          qop_value; /**< qop required by server.    */ 
     116    unsigned                     stale_cnt; /**< Number of stale retry.     */ 
    116117#if PJSIP_AUTH_QOP_SUPPORT 
    117118    pj_uint32_t                  nc;        /**< Nonce count.               */ 
Note: See TracChangeset for help on using the changeset viewer.