ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
Loading...
Searching...
No Matches
WebServerConfig Struct Reference

Runtime-tunable server parameters. More...

#include <protocore_config.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 PC::begin() or DeterministicAsyncTCP::init().

Definition at line 6412 of file protocore_config.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 6415 of file protocore_config.h.

Referenced by DeterministicAsyncTCP::pool_init().


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