Documentation
¶
Index ¶
Constants ¶
View Source
const ( LenToken = 56 LenCRLF = 2 LenCommand = 1 LenAddressType = 1 LenIPv4 = 4 LenDomain = 1 LenIPv6 = 16 LenPort = 2 CommandConnect = 0x01 CommandUDP = 0x03 AddressTypeIPv4 = 0x01 AddressTypeDomain = 0x03 AddressTypeIPv6 = 0x04 )
Variables ¶
View Source
var (
CRLF = []byte{'\x0D', '\x0A'}
)
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.