Ignore:
Timestamp:
Mar 15, 2011 3:20:37 AM (13 years ago)
Author:
ming
Message:

Fixed #1205: Configurable delay before registration refresh setting in pjsua_acc_config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r3412 r3441  
    22702270 
    22712271    /** 
     2272     * Specify the number of seconds to refresh the client registration 
     2273     * before the registration expires. 
     2274     * 
     2275     * Default: PJSIP_REGISTER_CLIENT_DELAY_BEFORE_REFRESH, 5 seconds 
     2276     */ 
     2277    unsigned        reg_delay_before_refresh; 
     2278 
     2279    /** 
    22722280     * Specify the maximum time to wait for unregistration requests to 
    22732281     * complete during library shutdown sequence. 
Note: See TracChangeset for help on using the changeset viewer.