Documentation ¶
Overview ¶
SOCKS Protocol Version 4(a) https://www.openssh.com/txt/socks4.protocol https://www.openssh.com/txt/socks4a.protocol
Index ¶
Constants ¶
View Source
const ( CmdConnect uint8 = 1 CmdBind = 2 )
View Source
const ( AddrIPv4 = 0 AddrDomain = 1 )
View Source
const ( Granted = 90 Failed = 91 Rejected = 92 RejectedUserid = 93 )
View Source
const (
Ver4 = 4
)
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Reply ¶
+----+----+----+----+----+----+----+----+ | VN | CD | DSTPORT | DSTIP | +----+----+----+----+----+----+----+----+
1 1 2 4
Click to show internal directories.
Click to hide internal directories.