[][src]Function pueue_lib::network::platform::unix::socket::get_client_stream

pub async fn get_client_stream(settings: &Shared) -> Result<GenericStream>

Get a new stream for the client. This can either be a UnixStream or a Tls encrypted TCPStream, depending on the parameters.