The transport options are applied after the socket creation. But this prevents applying security options on tls/ssl connections. Instead the whole context should be created first and then passed to the function creating the socket.
The transport options are applied after the socket creation. But this prevents applying security options on tls/ssl connections.
Instead the whole context should be created first and then passed to the function creating the socket.