Function pueue_lib::network::socket::get_client_stream

source ยท
pub async fn get_client_stream(
    settings: &Shared
) -> Result<GenericStream, Error>
Expand description

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