package
0.0.0-20191009041010-964b57cc9e6e
Repository: https://github.com/letsgo-network/netstack.git
Documentation: pkg.go.dev
# Functions
DialContextTCP creates a new TCP Conn connected to the specified address with the option of adding cancellation and timeouts.
DialTCP creates a new TCP Conn connected to the specified address.
DialUDP creates a new PacketConn.
NewConn creates a new Conn.
NewListener creates a new Listener.
# Structs
A Conn is a wrapper around a tcpip.Endpoint that implements the net.Conn interface.
A Listener is a wrapper around a tcpip endpoint that implements net.Listener.
A PacketConn is a wrapper around a tcpip endpoint that implements net.PacketConn.