ICE: flush timer heap when destroying ICE instance
When requesting destruction of ice session and stream transport instances from PJNATH, some operation will be done asynchronously through scheduled timers. If not properly handled, the timer heap will still contain timer entries when the timer heap and the IO queueu are destroyed. Now, the timer heap is given more time to flush the remaining timer entries before the IO queue and the timer heap are destructed. The timer heap may still contain timer entries if PJNATH does not process all the timers within the givent max time (currently set to 3s). Gitlab: #637 Change-Id: I5ef2fe9d824e8b57191a51fac8f9e53e0e626fcd
Showing
- contrib/src/pjproject/0001-rfc6544.patch 35 additions, 25 deletionscontrib/src/pjproject/0001-rfc6544.patch
- contrib/src/pjproject/0002-rfc2466.patch 2 additions, 2 deletionscontrib/src/pjproject/0002-rfc2466.patch
- contrib/src/pjproject/0003-add-tcp-keep-alive.patch 1 addition, 1 deletioncontrib/src/pjproject/0003-add-tcp-keep-alive.patch
- contrib/src/pjproject/0006-ignore_ipv6_on_transport_check.patch 1 addition, 1 deletion...b/src/pjproject/0006-ignore_ipv6_on_transport_check.patch
- contrib/src/pjproject/0016-use-larger-Ta-interval.patch 9 additions, 15 deletionscontrib/src/pjproject/0016-use-larger-Ta-interval.patch
- contrib/src/pjproject/0019-resort-check-list-after-adding-prflx.patch 1 addition, 7 deletions...pjproject/0019-resort-check-list-after-adding-prflx.patch
- contrib/src/pjproject/0020-avoid-immediate-nominating-triggered-check.patch 3 additions, 3 deletions...ect/0020-avoid-immediate-nominating-triggered-check.patch
- src/ice_transport.cpp 87 additions, 25 deletionssrc/ice_transport.cpp
- src/manager.cpp 0 additions, 1 deletionsrc/manager.cpp
- src/sip/sdp.cpp 3 additions, 4 deletionssrc/sip/sdp.cpp
Loading