#1921 closed defect (fixed)
Add support to handle IPv6 transports in pjsua_transport API and transport keep alive
Reported by: | ming | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.5.1 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
pjsua_transport_get_info() will throw an assertion for IPv6 transports, while pjsua_transport_close() will return PJ_EINVAL. So this ticket will fix those APIs and the UDP keep alive mechanism to take into consideration for IPv6 transports.
Change History (2)
comment:1 Changed 8 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 8 years ago by ming
In 5322:
Note: See
TracTickets for help on using
tickets.
In 5308: