mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-12 07:29:04 +08:00
e81f8373a2
PUBLISHED_FROM=cfd0018a5824c5ccac532558be86c17cda64ce50
10 lines
336 B
Markdown
10 lines
336 B
Markdown
---
|
|
title: Overview
|
|
---
|
|
|
|
Mongoose uses non-blocking DNS resolver. For each name to be resolved,
|
|
it first checks the `/etc/hosts` file (or, `hosts` on Windows).
|
|
If the entry is not found there, then the `8.8.8.8` DNS server is queried.
|
|
When IP address is found, Mongoose proceeds with making the connection
|
|
with the resolved IP address.
|