pub async fn write_reply<S>(stream: &mut S, reply: Socks6Reply) -> Result<()>where
S: AsyncWrite + Unpin,
Expand description
Writes a SOCKS6 reply to the stream.
pub async fn write_reply<S>(stream: &mut S, reply: Socks6Reply) -> Result<()>where
S: AsyncWrite + Unpin,
Writes a SOCKS6 reply to the stream.