|
ProtoCore v0.0.2
Deterministic, zero-heap network stack for embedded targets
|
IPv4 classifier / verifier (pure) + lwIP DNS resolve (ESP32). More...
#include "services/net/dns_resolver/dns_resolver.h"Go to the source code of this file.
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.