package
1.0.2
Repository: https://github.com/doorbash/go-shadowsocks2.git
Documentation: pkg.go.dev

# Functions

Handshake fast-tracks SOCKS initialization to get target address to connect.
ParseAddr parses the address in string s.
ReadAddr reads just enough bytes from r to get a valid Addr.
SplitAddr slices a SOCKS address from beginning of b.

# Constants

SOCKS address types as defined in RFC 1928 section 5.
SOCKS address types as defined in RFC 1928 section 5.
SOCKS address types as defined in RFC 1928 section 5.
SOCKS request commands as defined in RFC 1928 section 4.
SOCKS request commands as defined in RFC 1928 section 4.
SOCKS request commands as defined in RFC 1928 section 4.
SOCKS errors as defined in RFC 1928 section 6.
SOCKS errors as defined in RFC 1928 section 6.
SOCKS errors as defined in RFC 1928 section 6.
SOCKS errors as defined in RFC 1928 section 6.
SOCKS errors as defined in RFC 1928 section 6.
SOCKS errors as defined in RFC 1928 section 6.
SOCKS errors as defined in RFC 1928 section 6.
SOCKS errors as defined in RFC 1928 section 6.
MaxAddrLen is the maximum size of SOCKS address in bytes.

# Type aliases

Addr represents a SOCKS address as defined in RFC 1928 section 5.
Error represents a SOCKS error.