# Structs
Config holds settings for the discovery listener.
ReadPacket is a packet that couldn't be handled.
Table is the 'node table', a Kademlia-like index of neighbor nodes.
UDPv4 implements the v4 wire protocol.
UDPv5 is the implementation of protocol version 5.
# Interfaces
UDPConn is a network connection on which discovery can operate.
# Type aliases
TalkRequestHandler callback processes a talk request and returns a response.