Skip to content

EntropyEngine::Networking::SharedMemoryServer::Config

EntropyEngine::Networking::SharedMemoryServer::Config

Section titled “EntropyEngine::Networking::SharedMemoryServer::Config”

Configuration for shared memory server.

#include <SharedMemoryServer.h>

Name
size_tregionSize
Per-connection region size.
inthandshakeTimeoutMs
Timeout for client handshake.
intacceptPollIntervalMs
Poll interval for accept loop.
size_t regionSize = SharedMemory::DEFAULT_REGION_SIZE;

Per-connection region size.

int handshakeTimeoutMs = 5000;

Timeout for client handshake.

int acceptPollIntervalMs = 100;

Poll interval for accept loop.


Updated on 2026-01-26 at 17:14:35 -0500