package
0.0.0-20180524224622-583358ac5197
Repository: https://github.com/costinm/netstack.git
Documentation: pkg.go.dev
# Functions
DialTCP creates a new TCP Conn connected to the specified address.
NewConn creates a new Conn.
NewListener creates a new Listener.
NewPacketConn creates a new PacketConn.
# 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.