Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#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

In 5308:

Fixed #1921: Add support to handle IPv6 transports in pjsua_transport API and transport keep alive

Also:

  • add more detailed transport info for TCP and TLS transport
  • fixed pjsua sample app which tries to get IPv4 local address from IPv6 transport.

comment:2 Changed 8 years ago by ming

In 5322:

Re #1921: Fixed wrong checks in determining IPv6 transport types

Note: See TracTickets for help on using tickets.