# Functions
ErrorToReplyCode converts an error to the "best" reply code.
Handshake attempts to handle a incoming client handshake over the provided connection and receive the SOCKS5 request.
Version returns a string suitable to be included in a call to Cmethod.
# Constants
No description provided by the author
The various SOCKS 5 reply codes from RFC 1928.
The various SOCKS 5 reply codes from RFC 1928.
The various SOCKS 5 reply codes from RFC 1928.
The various SOCKS 5 reply codes from RFC 1928.
The various SOCKS 5 reply codes from RFC 1928.
The various SOCKS 5 reply codes from RFC 1928.
The various SOCKS 5 reply codes from RFC 1928.
The various SOCKS 5 reply codes from RFC 1928.
The various SOCKS 5 reply codes from RFC 1928.
# Structs
Request describes a SOCKS 5 request.
TestReadWriter is a bytes.Buffer backed io.ReadWriter used for testing.
# Type aliases
ReplyCode is a SOCKS 5 reply code.