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

IPv4 classifier / verifier (pure) + lwIP DNS resolve (ESP32). More...

Go to the source code of this file.

Detailed Description

IPv4 classifier / verifier (pure) + lwIP DNS resolve (ESP32).

The resolve marshals dns_gethostbyname into tcpip_thread and polls a done flag with a deadline - the same cross-thread pattern the http_client uses.

Definition in file dns_resolver.cpp.