//
pkg.gl
Category
github.com/ngvpn/netstack
tcpip
link
sharedmem
package
0.1.2
Repository:
https://github.com/ngvpn/netstack.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
0
Files
565 SLOC
#
Packages
pipe
Package pipe implements a shared memory ring buffer on which a single reader and a single writer can operate (read/write) concurrently.
queue
Package queue provides the implementation of transmit and receive queues based on shared memory ring buffers.
#
Functions
New
New creates a new shared-memory-based endpoint.
#
Structs
QueueConfig
QueueConfig holds all the file descriptors needed to describe a tx or rx queue over shared memory.