Skip to main content

socks5_service_handshake

Function socks5_service_handshake 

Source
pub async fn socks5_service_handshake(
    stream: &mut TcpStream,
    auth: AuthAdaptor,
) -> Result<Request>