package
0.0.0-20241016205951-86a77db8f642
Repository: https://github.com/ghjm/connectopus.git
Documentation: pkg.go.dev

# Functions

NewStackChannel creates a new network stack.
No description provided by the author
NewStackFdbased creates a new fdbased network stack.

# Structs

NetUserStack provides a UserStack that is a thin wrapper around the Go net library.

# Interfaces

NetStack represents an IPv6 network stack.
UDPConn is functionally equivalent to net.UDPConn.
UserStack provides the methods that allow user apps to communicate over a network stack.

# Type aliases

NewStackFunc is the type of a function that creates a new stack.