- Timestamp:
- May 22, 2009 4:11:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/sipit24/pjnath/src/pjnath/ice_session.c
r2719 r2721 1103 1103 PJ_UNUSED_ARG(th); 1104 1104 1105 pj_mutex_lock(ice->mutex); 1106 1105 1107 te->id = TIMER_NONE; 1106 1108 … … 1134 1136 break; 1135 1137 } 1138 1139 pj_mutex_unlock(ice->mutex); 1136 1140 } 1137 1141 … … 1531 1535 ice->opt.nominated_check_delay)); 1532 1536 1537 if (ice->timer.id != TIMER_NONE) { 1538 pj_timer_heap_cancel(ice->stun_cfg.timer_heap, &ice->timer); 1539 ice->timer.id = TIMER_NONE; 1540 } 1541 1533 1542 /* All components have valid pair. Let connectivity checks run for 1534 1543 * a little bit more time, then start our nominated check.
Note: See TracChangeset
for help on using the changeset viewer.