pub fn tls_stream_from_existing_tls_stream<S: DnsTcpStream>(
stream: AsyncIoTokioAsStd<SslStream<AsyncIoStdAsTokio<S>>>,
peer_addr: SocketAddr
) -> (TlsStream<AsyncIoStdAsTokio<S>>, BufDnsStreamHandle)
Available on crate feature
dns-over-openssl
only.Expand description
Initializes a TlsStream with an existing tokio_tls::TlsStream.
This is intended for use with a TlsListener and Incoming connections