Skip to main content

Module server

Module server 

Available on crate feature socks5 only.
Expand description

Server implementation of the SOCKS5 Protocol RFC 1928

Structs§

Header
The server selects from one of the methods given in METHODS, and sends a header back containing the selected METHOD and same Protocol vesion.
Reply
Sent by the server as a reply on an earlier client request.
UsernamePasswordResponse
Response to the username-password request sent by the client.