# Functions
BytesID converts a byte slice to a NodeID.
HexID converts a hex string to a NodeID.
ListenUDP returns a new table that listens for UDP packets on laddr.
MustBytesID converts a byte slice to a NodeID.
MustHexID converts a hex string to a NodeID.
MustParseNode parses a node URL.
NewNode creates a new node.
ParseNode parses a node designator.
PubkeyID returns a marshaled representation of the given public key.
# Structs
Config holds Table-related settings.
Node represents a host on the network.
ReadPacket is sent to the unhandled channel when it could not be processed.
No description provided by the author
# Type aliases
NodeID is a unique identifier for each node.