write_reply

Function write_reply 

Source
pub async fn write_reply<S>(stream: &mut S, reply: Socks5Reply) -> Result<()>
where S: AsyncWrite + Unpin,
Expand description