package
0.0.0-20240720002214-37b2b8227b91
Repository: https://github.com/progrium/go-netstack.git
Documentation: pkg.go.dev
# Functions
CreateMemFD creates a memfd file and returns the fd.
MapFile returns a memory mapping configured by the given options as per mmap(2).
MapSlice is like MapFile, but returns a slice instead of a uintptr.
UnmapSlice unmaps a mapping returned by MapSlice.