pub fn tls_from_stream<S>(
    stream: S,
    peer_addr: SocketAddr
) -> (TcpStream<S>, BufDnsStreamHandle) where
    S: DnsTcpStream
Expand description

Initializes a TlsStream with an existing tokio_tls::TlsStream.

This is intended for use with a TlsListener and Incoming connections