2016-09-01 22:19:01 +08:00
|
|
|
---
|
|
|
|
title: DNS client example
|
|
|
|
---
|
|
|
|
|
2017-02-02 22:08:49 +08:00
|
|
|
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.
|