Ignore:
Timestamp:
Feb 21, 2013 11:26:35 AM (11 years ago)
Author:
bennylp
Message:

Fixed #1617: major synchronization fixes in PJNATH with incorporation of group lock to avoid deadlock and crashes due to race conditions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath-test/test.h

    r3553 r4360  
    2626#define INCLUDE_STUN_SOCK_TEST      1 
    2727#define INCLUDE_TURN_SOCK_TEST      1 
     28#define INCLUDE_CONCUR_TEST         1 
    2829 
    2930int stun_test(void); 
     
    3233int turn_sock_test(void); 
    3334int ice_test(void); 
     35int concur_test(void); 
    3436int test_main(void); 
    3537 
    3638extern void app_perror(const char *title, pj_status_t rc); 
    3739extern pj_pool_factory *mem; 
     40 
     41int ice_one_conc_test(pj_stun_config *stun_cfg, int err_quit); 
    3842 
    3943//////////////////////////////////// 
Note: See TracChangeset for help on using the changeset viewer.