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
Note: See
TracTickets for help on using
tickets.
In 4585: