DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
WebServerConfig Struct Reference

Runtime-tunable server parameters. More...

#include <ServerConfig.h>

Public Attributes

uint32_t conn_timeout_ms
 

Detailed Description

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.

Member Data Documentation

◆ conn_timeout_ms

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().


The documentation for this struct was generated from the following file: