pub async fn write_reply<S>(stream: &mut S, reply: Socks5Reply) -> Result<()>where S: AsyncWrite + Unpin,
Writes a SOCKS5 reply to the provided stream.
stream
reply
A Result indicating success or an error.
Result