pub fn start_socket_manager(
tls_options: Option<TlsOptions>,
) -> UnboundedSender<TcpSocketRequest>
Expand description
Starts a new instance of a socket manager task. A socket manager can be requested to open ports on behalf of another system. If the port is successfully opened it will begin listening for TCP connections on that port, and then manage the reading and writing of network traffic for that connection.