Opened 10 years ago
Closed 10 years ago
#1771 closed enhancement (fixed)
Run-time configuration to enable user set specific socket option
Reported by: | riza | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | pjlib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
Application may want to apply specific socket option to the transport by calling setsockopt.
For TCP and UDP, the options are defined using sockopt_params in pjsua_transport_config.
For TLS, the options are defined using sockopt_params in pjsip_tls_setting.
Change History (2)
comment:1 Changed 10 years ago by riza
comment:2 Changed 10 years ago by riza
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 4860: