# Functions
EchoHandler is the default Server HandlerFunc, and echoes back any PDUs received.
NewServer creates and initializes a new Server.
NewUnstartedServer creates a new Server with default settings, and does not start it.
# Interfaces
Conn implements a server side connection.
# Type aliases
HandlerFunc is the signature of a function passed to Server instances, that is called when client PDU messages arrive.