Expand description
SOCKS6-specific implementations.
Re-exports§
pub use chain::SocksChain;
Modules§
Structs§
- Represents a SOCKS6 client.
- Implements a SOCKS6 handler.
- Represents a SOCKS6 request.
Enums§
- Authentication methods supported.
- Command types in SOCKS6.
- Represents SOCKS6 replies.
Functions§
- Reads the authentication response.
- Reads the SOCKS6 options from the stream.
- Reads a SOCKS6 reply from the stream.
- Reads a SOCKS6 request from the provided stream.
- Writes the initial data for the SOCKS6 request.
- Writes a reply to indicate no authentication is needed.
- Writes a SOCKS6 reply to the stream.