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

Public Attributes

uint32_t window_start = 0
 
uint16_t count = 0
 

Detailed Description

Definition at line 48 of file listener.cpp.

Member Data Documentation

◆ window_start

uint32_t AcceptThrottleCtx::window_start = 0

Definition at line 50 of file listener.cpp.

Referenced by listener_accept_allowed(), and listener_accept_throttle_reset().

◆ count

uint16_t AcceptThrottleCtx::count = 0

Definition at line 51 of file listener.cpp.

Referenced by listener_accept_allowed(), and listener_accept_throttle_reset().


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