Documentation
¶
Overview ¶
Package udp provides a UDP server implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler interface {
Serve(conn net.PacketConn)
}
Handler handles UDP connections.
Click to show internal directories.
Click to hide internal directories.