Opened 11 years ago
Closed 11 years ago
#1726 closed defect (fixed)
Assertion in ICE connectivity check (thanks Amit Chowdhary for the report)
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
This seems to be related to changeset r4652, timer was always cancelled, but now it is not when mod_count==TRUE.
Reproducing step:
- run 2 pjsua with --use-ice param, no STUN/TURN
- make call from one to another, and just accept the call on the receiving side
- assertion happens on both sides once ICE connectivity check is started.
Assertion line:
Assertion failed: (tsx->retransmit_timer.id == 0 || !tsx->require_retransmit), function tsx_transmit_msg, file ../src/pjnath/stun_transaction.c, line 204.
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 4717: