Expand description
SOCKS protocol Constants used across the crate.
Constantsยง
- Address type identifier for domain names.
- Address type identifier for IPv4 addresses.
- Address type identifier for IPv6 addresses.
- Code for failed authentication.
- Code for no authentication required.
- Code for no acceptable authentication methods.
- Code for successful authentication.
- Code for username/password authentication.
- Version identifier for SOCKS authentication.
- Command code for establishing a TCP/IP port binding.
- Command code for establishing a TCP/IP stream connection.
- Command code for no operation.
- Command code for associating a UDP port.
- Option kind for authentication data.
- Option kind for advertising authentication methods.
- Option kind for selecting authentication methods.
- Option kind for stack in SOCKS protocol.
- Padding byte for SOCKS protocol.
- Reply code for succeeded operation.
- Reserved byte for SOCKS protocol.
- SOCKS protocol version 5 identifier.
- SOCKS protocol version 6 identifier.