# Functions
No description provided by the author
# Constants
maximum number of packets handled per read and write.
No description provided by the author
# Variables
ControlFns is a list of functions that are called from the listen config that can apply socket options.
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
StdNetBind implements Bind for all platforms.
No description provided by the author
# Interfaces
A Bind listens on a port for both IPv6 and IPv4 UDP traffic.
BindSocketToInterface is implemented by Bind objects that support being tied to a single network interface.
An Endpoint maintains the source/destination caching for a peer.
No description provided by the author
PeekLookAtSocketFd is implemented by Bind objects that support having their file descriptor peeked at.
# Type aliases
A ReceiveFunc receives at least one packet from the network and writes them into packets.