Documentation
¶
Index ¶
Constants ¶
View Source
const ( AddrTypeIPv4 = 1 AddrTypeDomain = 3 AddrTypeIPv6 = 4 )
View Source
const MaxAddrLen = 1 + 1 + 255 + 2
MaxAddrLen is the maximum length of socks.Addr
Variables ¶
View Source
var ( ErrInvalidAddrType = errors.New("invalid address type") ErrInvalidAddrLen = errors.New("invalid address length") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.