package
0.0.0-20240720002214-37b2b8227b91
Repository: https://github.com/progrium/go-netstack.git
Documentation: pkg.go.dev

# Functions

Create creates a new control server with an abstract unix socket with the given address, which must must be unique and a valid abstract socket name.
CreateFromFD creates a new control bound to the given 'fd'.
CreateSocket creates a socket that can be used with control server, but doesn't start control server.
New returns a new bound control server.

# Structs

Server is a basic control server.