EntropyEngine::Networking::SharedMemoryServer::Config
EntropyEngine::Networking::SharedMemoryServer::Config
Section titled “EntropyEngine::Networking::SharedMemoryServer::Config”Configuration for shared memory server.
#include <SharedMemoryServer.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| size_t | regionSize Per-connection region size. |
| int | handshakeTimeoutMs Timeout for client handshake. |
| int | acceptPollIntervalMs Poll interval for accept loop. |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable regionSize
Section titled “variable regionSize”size_t regionSize = SharedMemory::DEFAULT_REGION_SIZE;Per-connection region size.
variable handshakeTimeoutMs
Section titled “variable handshakeTimeoutMs”int handshakeTimeoutMs = 5000;Timeout for client handshake.
variable acceptPollIntervalMs
Section titled “variable acceptPollIntervalMs”int acceptPollIntervalMs = 100;Poll interval for accept loop.
Updated on 2026-01-26 at 17:14:35 -0500