package
0.0.0-20211107161233-8cc07ee8640f
Repository: https://github.com/sebastianvoit/netstack.git
Documentation: pkg.go.dev
# Packages
Package pipe implements a shared memory ring buffer on which a single reader and a single writer can operate (read/write) concurrently.
# Functions
New creates a new shared-memory-based endpoint.
# Structs
QueueConfig holds all the file descriptors needed to describe a tx or rx queue over shared memory.