sockopt_params property

pj_sockopt_params sockopt_params
getter/setter pair

Specify options to be set on the transport.

By default, this is unset, which means that the underlying sockopt params as returned by #pj_ssl_sock_param_default() will be used.

Implementation

external pj_sockopt_params sockopt_params;