# Functions
NewConnectionIDGenerator creates a ConnectionIDGenerator and generates its AES key and first initialization vector.
NewServer returns a new UDP server for a given configuration and tracker.
# Structs
ConnectionIDGenerator represents the logic to generate 64-bit UDP connection IDs from peer IP addresses.
Server represents a UDP torrent tracker.
Writer implements the tracker.Writer interface for the UDP protocol.