|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
Runtime-tunable server parameters. More...
#include <ServerConfig.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 DetWebServer::begin() or DeterministicAsyncTCP::init().
Definition at line 5313 of file ServerConfig.h.
| uint32_t WebServerConfig::conn_timeout_ms |
Milliseconds of inactivity before a connection is force-closed.
Definition at line 5316 of file ServerConfig.h.
Referenced by DeterministicAsyncTCP::pool_init().