Documentation ¶
Index ¶
- Constants
- func GenKey(s string, key []byte)
- func Handle(r io.Reader, w io.Writer) (int64, int64, error)
- 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 is ... CmdConnect = 1 // CmdAssociate is ... CmdAssociate = 3 )
View Source
const HeaderLen = 56
HeaderLen is ...
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.