- Timestamp:
- Apr 23, 2007 4:22:52 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/split-3rd-party/pjnath/src/pjnath/ice_session.c
r1210 r1211 1453 1453 1454 1454 /* Cannot start check because there's no suitable candidate pair. 1455 * Set checklist state to Completed. 1456 */ 1457 if (start_count==0) { 1458 clist_set_state(ice, clist, PJ_ICE_SESS_CHECKLIST_ST_COMPLETED); 1459 1460 } else { 1455 */ 1456 if (start_count!=0) { 1461 1457 /* Schedule for next timer */ 1462 1458 pj_time_val timeout = {0, PJ_ICE_TA_VAL};
Note: See TracChangeset
for help on using the changeset viewer.