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/include/pjnath/turn_sock.h

    r4343 r4360  
    109109typedef struct pj_turn_sock_cfg 
    110110{ 
     111    /** 
     112     * The group lock to be used by the STUN socket. If NULL, the STUN socket 
     113     * will create one internally. 
     114     * 
     115     * Default: NULL 
     116     */ 
     117    pj_grp_lock_t *grp_lock; 
     118 
    111119    /** 
    112120     * Packet buffer size. 
Note: See TracChangeset for help on using the changeset viewer.