Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connector ¶
type Connector interface { ResolveUDPAddr(network string, address string) (*net.UDPAddr, error) DialUDP(network string, laddr *net.UDPAddr, raddr *net.UDPAddr) (Connection, error) ListenUDP(network string, laddr *net.UDPAddr) (Connection, error) }
func NewConnector ¶
func NewConnector() Connector
Click to show internal directories.
Click to hide internal directories.