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

# Functions

NewObject returns a new, initialized ipc.Object.
NewRegistry return a new, initialized ipc.Registry.

# Constants

CtxIPCNamespace is the context.Value key used to retreive an IPC namespace.

# Structs

Object represents an abstract IPC object with fields common to all IPC mechanisms.
Registry is similar to Object, but for registries.

# Interfaces

Mechanism represents a SysV mechanism that holds an IPC object.

# Type aliases

ID is a kernel identifier for IPC objects.
Key is a user-provided identifier for IPC objects.