Module proto

Expand description

Implementation of the SOCKS5 Protocol RFC 1928

Modules§

client
Client implementation of the SOCKS5 Protocol RFC 1928 and username-password protocol extension RFC 1929.
server
Server implementation of the SOCKS5 Protocol RFC 1928
udp
Udp implementation of the SOCKS5 Protocol RFC 1928.

Enums§

AddressType
Type of the address following it.
Command
Request Command.
ProtocolError
ProtocolVersion
Protocol version as defined by RFC 1928.
ReplyKind
Indicates success or failure as the reply to a client request.
SocksMethod
Socks5 Method as defined by IANA SOCKS Methods
UsernamePasswordSubnegotiationVersion
Subnegotiation version as defined by RFC 1929.