package
0.1.158
Repository: https://github.com/searking/golang.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
https://tools.ietf.org/html/rfc7064https://tools.ietf.org/html/rfc7065.
Package mux is a library to multiplex network connections based on their payload.
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LoopbackListener returns a loopback listener on a first usable port in ports or 0 if ports is empty.
No description provided by the author
NewNotifyListener creates a new Listener that will recv conns on its channel.
OnceCloseListener wraps a net.Listener, protecting it from multiple Close calls.
No description provided by the author
ParseIPV4 parses i as an IP address, returning the result.
No description provided by the author
No description provided by the author
SplitHostPort splits a network address of the form "host:port", "host%zone:port", "[host]:port" or "[host%zone]:port" into host or host%zone and port.
TcpKeepAliveListener sets TCP keep-alive timeouts on accepted connections.

# Variables

ErrListenerClosed is returned from Listener.Accept when the underlying listener is closed.
INet6AToN returns the numeric value of an IPv6 address.
INet6NToA returns the IPv6 address from a numeric value.
INetAToN returns the numeric value of an IP address.
INetNToA returns the IP address from a numeric value.
No description provided by the author
No description provided by the author

# Structs

MultiListener is a net.Listener that accepts all the connections from all listeners.
No description provided by the author

# Type aliases

No description provided by the author