package
0.0.0-20240720002214-37b2b8227b91
Repository: https://github.com/progrium/go-netstack.git
Documentation: pkg.go.dev
# Packages
Package transport contains the implementation of Unix endpoints.
# Functions
NewFileDescription creates and returns a socket file description corresponding to the given mount and dentry.
NewSockfsFile creates a new socket file in the global sockfs mount and returns a corresponding file description.
# Structs
EndpointReader implements safemem.Reader that reads from a transport.Endpoint.
EndpointWriter implements safemem.Writer that writes to a transport.Endpoint.
Socket implements socket.Socket (and by extension, vfs.FileDescriptionImpl) for Unix sockets.