Documentation
¶
Overview ¶
Package tcp provides a TCP 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 TCP connections.
Click to show internal directories.
Click to hide internal directories.