- Timestamp:
- Sep 3, 2013 3:08:32 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjnath/ice_strans.c
r4538 r4585 1183 1183 * Once ICE has failed, also send data with the default candidate. 1184 1184 */ 1185 if (ice_st->ice && ice_st->state < PJ_ICE_STRANS_STATE_FAILED) {1185 if (ice_st->ice && ice_st->state == PJ_ICE_STRANS_STATE_RUNNING) { 1186 1186 if (comp->turn_sock) { 1187 1187 pj_turn_sock_lock(comp->turn_sock);
Note: See TracChangeset
for help on using the changeset viewer.