# Functions
No description provided by the author
DomainAddress creates an Address with given domain.
IPAddress creates an Address with given IP.
No description provided by the author
No description provided by the author
NewNetworkList construsts a NetWorklist from the given StringListeralList.
No description provided by the author
ParseAddress parses a string into an Address.
PortFromBytes converts a byte array to a Port, assuming bytes are in big endian order.
PortFromInt converts an integer to a Port.
PortFromString converts a string to a Port.
TCPDestination creates a TCP destination with given address.
UDPDestination creates a UDP destination with given address.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
KCPNetwork represents the KCP network.
TCPNetwork represents the TCP network.
UDPNetwork represents the UDP network.
WSNetwork represents the Websocket over HTTP network.
# Variables
No description provided by the author
ErrInvalidPortRage indicates an error during port range parsing.
No description provided by the author
# Structs
No description provided by the author
PortRange represents a range of ports.
No description provided by the author
# Interfaces
Address represents a network address to be communicated with.
Destination represents a network destination including address and protocol (tcp / udp).
# Type aliases
No description provided by the author
Network represents a communication network on internet.
NetworkList is a list of Networks.
Port represents a network port in TCP and UDP protocol.