package
0.0.0-20211231051546-7613acdd8681
Repository: https://github.com/tigerbot/hyperdht.git
Documentation: pkg.go.dev

# Functions

New creates a new UDPRequest instance and starts all of the relevant background goroutines.

# Structs

Config contains all of the options available for a UDP instance.
PeerRequest contains all of the information needed to uniquely reference a request.
The UDPRequest struct manages the coordination between requests and responses sent over the opened packet connection.

# Interfaces

A Handler processes incoming UDP requests.

# Type aliases

HandlerFunc is an adapter to allow the use of ordinary functions as UDP handlers.