Versions in this module Expand all Collapse all v1 v1.0.3 Jun 9, 2023 Changes in this version + var UDPStatusOK = "OK" + var UDPTimeOutDefaultValue = 750 * time.Millisecond + var UDPURLPrefix = "udp://" + type RunnerOptions struct + type RunnerResults struct + BytesReceived int64 + BytesSent int64 + RetCodes UDPResultMap + SocketCount int + func RunUDPTest(o *RunnerOptions) (*RunnerResults, error) + func (udpstate *RunnerResults) Run(_ context.Context, t periodic.ThreadID) (bool, string) + type UDPClient struct + func NewUDPClient(o *UDPOptions) (*UDPClient, error) + func (c *UDPClient) Close() int + func (c *UDPClient) Fetch() ([]byte, error) + type UDPOptions struct + Destination string + Payload []byte + ReqTimeout time.Duration + type UDPResultMap map[string]int64