# Functions
NewConnectionIDGenerator creates a new connection ID generator.
NewFrontend builds and starts udp bittorrent frontend from provided configuration.
# Constants
Name - registered name of the frontend.
# Variables
ErrInvalidQueryEscape is returned when a query string contains invalid escapes.
# Structs
Config represents all the configurable options for a UDP BitTorrent Tracker.
A ConnectionIDGenerator is a reusable generator and validator for connection IDs as described in BEP 15.
Request represents a UDP payload received by a Tracker.
ResponseWriter implements the ability to respond to a Request via the io.Writer interface.