Changeset 1521
- Timestamp:
- Oct 25, 2007 3:18:51 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_config.h
r1500 r1521 568 568 * session is terminated. 569 569 * 570 * Default: 1570 * Default: 0 571 571 */ 572 572 #if !defined(PJSIP_AUTH_HEADER_CACHING) … … 589 589 * last WWW-Authenticate/Proxy-Authenticate challenge. 590 590 * 591 * Default: 1591 * Default: 0 592 592 */ 593 593 #if !defined(PJSIP_AUTH_AUTO_SEND_NEXT) … … 610 610 * Maximum number of stale retries when server keeps rejecting our request 611 611 * with stale=true. 612 * 613 * Default: 3 612 614 */ 613 615 #ifndef PJSIP_MAX_STALE_COUNT
Note: See TracChangeset
for help on using the changeset viewer.