package
0.0.0-20220815190318-e7033217c5f3
Repository: https://github.com/procyonai/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.
Package queue provides the implementation of transmit and receive queues based on shared memory ring buffers.

# 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.