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

Interface forwarding plane - implementation. More...

Go to the source code of this file.

Detailed Description

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.