Documentation
¶
Index ¶
- Constants
- func GenKey(s string, key []byte)
- func HandleTCP(r io.Reader, w io.Writer, addr net.Addr, d Dialer) (int64, int64, error)
- func HandleUDP(r io.Reader, w io.Writer, timeout time.Duration, d Dialer) (int64, int64, error)
- func HandleWithDialer(r io.Reader, w io.Writer, d Dialer) (int64, int64, error)
- type Dialer
Constants ¶
View Source
const ( CmdConnect = 1 CmdAssociate = 3 )
View Source
const HeaderLen = 56
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.