Expand description
Structures that represent SOCKS messages
Structs§
- Socks
Cmd - Command from the socks client telling us what to do.
- Socks
Hostname - A hostname for use with SOCKS. It is limited in length.
- Socks
Reply - The reply from a SOCKS proxy.
- Socks
Request - A completed SOCKS request, as negotiated on a SOCKS connection.
- Socks
Status - Possible reply status values from a SOCKS5 handshake.
Enums§
- Socks
Addr - An address sent or received as part of a SOCKS handshake
- Socks
Auth - Provided authentication from a SOCKS handshake
- Socks
Version - A supported SOCKS version.
Functions§
- contains_
zeros 🔒 - Return true if b contains at least one zero.