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§
- Address
Type - Type of the address following it.
- Command
- Request Command.
- Protocol
Error - Protocol
Version - Protocol version as defined by RFC 1928.
- Reply
Kind - Indicates success or failure as the reply to a client request.
- Socks
Method - Socks5 Method as defined by IANA SOCKS Methods
- Username
Password Subnegotiation Version - Subnegotiation version as defined by RFC 1929.