# Functions
NewUDPClient creates and initialize and returns a client based on the UDPOptions.
RunUDPTest runs a UDP test and returns the aggregated stats.
# Variables
UDPStatusOK is the map key on success.
No description provided by the author
UDPURLPrefix is the URL prefix for triggering UDP load.
# Structs
RunnerOptions includes the base RunnerOptions plus UDP specific options.
RunnerResults is the aggregated result of an UDPRunner.
UDPClient is the client used for UDP echo testing.
UDPOptions are options to the UDPClient.
# Type aliases
No description provided by the author