Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 2195)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#2263 fixed Add callback to notify when first valid pair is found on ICE negotiation riza riza
Description

This ticket will add callback to notify when first valid pair is found on ICE negotiation. Thanks to Ben Ford for the patch.

#2262 fixed Notify when IP change handling is completed riza riza
Description

This ticket will notify when IP change handling using pjsua_handle_ip_change() is completed by adding PJSUA_IP_CHANGE_OP_COMPLETED to pjsua_ip_change_op.

#2261 fixed Prevent unnecessary locking when adding group lock handler ming ming
Description

pj_grp_lock_add_handler() will lock the group lock first, which has a side effect of potentially establishing an incorrect lock ordering when using thread detector tool such as Helgrind.

We should use pj_grp_lock_create_w_handler() instead that adds the handler during creation and doesn't require acquiring the lock.

Also see ticket #1821

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.