Expand description
Implement the socks handshakes.
Modules§
- client 🔒
client-handshake
- Implementation for a SOCKS client handshake.
- framework 🔒
proxy-handshake
orclient-handshake
- Framework for helping implement a
handshake
function - proxy 🔒
proxy-handshake
- Types to implement the SOCKS handshake.
Structs§
- Action
- An action to take in response to a SOCKS handshake message.
Constants§
- NO_
AUTHENTICATION 🔒 - Constant for “no authentication”.
- USERNAME_
PASSWORD 🔒 - Constant for Username/Password-style authentication. (See RFC 1929)