package
0.0.0-20191123085552-55fcc16cd0eb
Repository: https://github.com/windom/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.