Documentation
¶
Index ¶
- Constants
- type Conn
- func (conn *Conn) Close() error
- func (conn *Conn) GetConn() *net.UDPConn
- func (conn *Conn) LocalAddr() net.Addr
- func (conn *Conn) ReadFromUDP(b []byte) (int, *net.UDPAddr, error)
- func (conn *Conn) SetReadDeadline(t time.Time) error
- func (conn *Conn) WriteToUDP(b []byte, addr *net.UDPAddr) (int, error)
Constants ¶
View Source
const (
UDPType = "udp4"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.