Documentation
¶
Index ¶
- type REQ
- type UDP
- func (udp *UDP) Close(conn net.Conn) error
- func (udp *UDP) Connect(addr string) (net.Conn, error)
- func (udp *UDP) Read(conn net.Conn, size int) ([]byte, error)
- func (udp *UDP) ReadPkt(conn net.Conn, seq int, size int) ([]byte, error)
- func (udp *UDP) Write(conn net.Conn, data []byte) error
- func (udp *UDP) WriteLn(conn net.Conn, data []byte) error
- func (udp *UDP) WritePktEx(conn net.Conn, ver uint32, flag uint32, seq uint32, key uint64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.