# Packages
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
Check if error returned by operation on a socket failed because the other side has closed the connection.
IsIPv6 return's true if addr is IPV6.
NewConn creates connection over net.Conn.
NewDTLSListener creates dtls listener.
No description provided by the author
NewTCPListener creates tcp listener.
NewTLSListener creates tcp listener.
NewUDPConn creates connection over net.UDPConn.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithMulticastInterfaceError sets the callback for interface errors.
No description provided by the author
WriteToUDP acts just like net.UDPConn.WriteTo(), but uses a *SessionUDP instead of a net.Addr.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Conn is a generic stream-oriented network connection that provides Read/Write with context.
No description provided by the author
DTLSListener is a DTLS listener that provides accept with context.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TCPListener is a TCP network listener that provides accept with context.
TLSListener is a TLS listener that provides accept with context.
UDPConn is a udp connection provides Read/Write with context.
# Interfaces
A MulticastOption sets options such as hop limit, etc.
A UDPOption sets options such as errors parameters, etc.
# Type aliases
No description provided by the author
No description provided by the author