|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
Interface forwarding plane - implementation. More...
#include "services/forward/forward.h"Go to the source code of this file.
Interface forwarding plane - implementation.
Static interface + rule tables. A frame on one interface is resolved against the rules (a DENY wins, otherwise a matching ALLOW forwards, otherwise default-deny) for every other registered interface, rate-capped per rule, then handed to that interface's send callback. Zero heap, fail-closed.
Definition in file forward.cpp.