mongoose/docs/dns/client_example.md

8 lines
210 B
Markdown
Raw Normal View History

---
title: DNS client example
---
See https://github.com/cesanta/mongoose/blob/master/mongoose.c and search
for the `mg_resolve_async_eh()` function - that is the core of
built-in Mongoose async DNS resolver.