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_session.h

    r3553 r4360  
    418418 * @param af            Address family of the client connection. Currently 
    419419 *                      pj_AF_INET() and pj_AF_INET6() are supported. 
    420  * @param conn_type     Connection type to the TURN server.  
     420 * @param conn_type     Connection type to the TURN server. 
     421 * @param grp_lock      Optional group lock object to be used by this session. 
     422 *                      If this value is NULL, the session will create 
     423 *                      a group lock internally. 
    421424 * @param cb            Callback to receive events from the TURN session. 
    422425 * @param options       Option flags, currently this value must be zero. 
     
    433436                                            int af, 
    434437                                            pj_turn_tp_type conn_type, 
     438                                            pj_grp_lock_t *grp_lock, 
    435439                                            const pj_turn_session_cb *cb, 
    436440                                            unsigned options, 
Note: See TracChangeset for help on using the changeset viewer.