Expand description
Lock-free network buffer for thread-safe message passing.
Provides a realtime-safe channel for passing network messages between threads, suitable for network input thread to audio thread communication.
Structs§
- NetBuffer
Consumer - Consumer side of the network buffer (used in audio thread).
- NetBuffer
Producer - Producer side of the network buffer (used in network thread).
Constants§
- MAX_
NET_ EVENTS_ PER_ BUFFER - Maximum network events per audio buffer for stack allocation.
Functions§
- net_
buffer - Create a network buffer pair for thread-safe message transfer.