|
ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
|
Runtime-tunable server parameters. More...
#include <protocore_config.h>
Public Attributes | |
| uint32_t | conn_timeout_ms |
Runtime-tunable server parameters.
Can be declared as const PROGMEM (flash) or as a mutable variable (RAM). Pass a pointer to PC::begin() or DeterministicAsyncTCP::init().
Definition at line 6412 of file protocore_config.h.
| uint32_t WebServerConfig::conn_timeout_ms |
Milliseconds of inactivity before a connection is force-closed.
Definition at line 6415 of file protocore_config.h.
Referenced by DeterministicAsyncTCP::pool_init().