package
0.0.0-20241110145701-0f0eebf881b3
Repository: https://github.com/optimism-java/utp-go.git
Documentation: pkg.go.dev
# Functions
MakeSocket creates a new UDP socket.
NewUDPSocketManager creates a new UDPSocketManager.
# Constants
MaxOutgoingQueueSize is the maximum size of the outgoing queue.
# Variables
ErrNotAcceptingConnections indicates that a socket is not accepting connections.
# Structs
UDPOutgoing represents an outgoing message, with contents and a destination address.
UDPSocketManager keeps track of a UDP socket.