package
0.0.0-20191009041010-964b57cc9e6e
Repository: https://github.com/flowerwrong/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.