|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
Public Attributes | |
| DetIp | addr |
| source address (family DetIpFamily::DET_IP_NONE marks an empty bucket). | |
| uint32_t | window_start |
| millis() at the start of this bucket's current window. | |
| uint16_t | count |
| connections counted from this address in the window. | |
Definition at line 81 of file listener.cpp.
| DetIp IpThrottleBucket::addr |
source address (family DetIpFamily::DET_IP_NONE marks an empty bucket).
Definition at line 83 of file listener.cpp.
Referenced by listener_accept_allowed_ip(), and listener_per_ip_throttle_reset().
| uint32_t IpThrottleBucket::window_start |
millis() at the start of this bucket's current window.
Definition at line 84 of file listener.cpp.
Referenced by listener_accept_allowed_ip(), and listener_per_ip_throttle_reset().
| uint16_t IpThrottleBucket::count |
connections counted from this address in the window.
Definition at line 85 of file listener.cpp.
Referenced by listener_accept_allowed_ip(), and listener_per_ip_throttle_reset().