Opened 11 years ago

Closed 11 years ago

#1695 closed defect (fixed)

ICE stream transport fails to send packet before ICE nego completes

Reported by: nanang Owned by: bennylp
Priority: normal Milestone: release-2.2
Component: pjnath Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

From the code, pj_ice_strans_sendto() uses pj_ice_sess_send_data() when ICE state < PJ_ICE_STRANS_STATE_FAILED, while pj_ice_sess_send_data() requires availability of valid check of the specified component.

Change History (1)

comment:1 Changed 11 years ago by nanang

  • Resolution set to fixed
  • Status changed from new to closed

In 4585:

Fix #1695: use pj_ice_sess_send_data() only when state is RUNNING.

Note: See TracTickets for help on using tickets.