Module socks5

Module socks5 

Source
Expand description

Basic types for implementing the socks5 protocol as well as implementations of ByteRead and ByteWrite for them.

Structs§

SocksRequest
A socks5 request’s destination, including the address and port.

Enums§

AuthMethod
A socks5 authentication method.
SocksRequestAddress
A socks5 request’s address (without a port).