Opened 11 years ago
Closed 11 years ago
#1760 closed enhancement (fixed)
Ability to get access to TCP socket handle of the SIP transport
Reported by: | riza | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.3 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description (last modified by bennylp)
Some application want to be able to access TCP socket handle for setsockopt. There's already an API for UDP transport (pjsip_udp_transport_get_socket), and new API is needed for TCP.
Change History (2)
comment:1 Changed 11 years ago by bennylp
- Description modified (diff)
- Milestone set to release-2.3
- Summary changed from Ability to get access to TCP/TLS socket handle of the SIP transport to Ability to get access to TCP socket handle of the SIP transport
comment:2 Changed 11 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 4817: