Ignore:
Timestamp:
Sep 7, 2010 5:12:02 AM (14 years ago)
Author:
ming
Message:

Fixed #1117: Configurable PJSUA-LIB lock timeout

File:
1 edited

Legend:

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

    r3303 r3304  
    315315#ifndef PJSUA_ADD_ICE_TAGS 
    316316#   define PJSUA_ADD_ICE_TAGS           1 
     317#endif 
     318 
     319/** 
     320 * Timeout value used to acquire mutex lock on a particular call. 
     321 * 
     322 * Default: 2000 ms 
     323 */ 
     324#ifndef PJSUA_ACQUIRE_CALL_TIMEOUT 
     325#   define PJSUA_ACQUIRE_CALL_TIMEOUT 2000 
    317326#endif 
    318327 
Note: See TracChangeset for help on using the changeset viewer.