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

# Functions

NewConnectedSockets returns a pair of file descriptors, owned by the caller, representing connected sockets that may be passed to separate calls to NewEndpoint to create connected Endpoints.
NewEndpoint is a convenience function that returns an initialized Endpoint allocated on the heap.

# Structs

Endpoint sends file descriptors to, and receives them from, another connected Endpoint.