mongoose/docs/dns_resolver/overview.md
Sergey Lyubka e81f8373a2 Update mongoose docs
PUBLISHED_FROM=cfd0018a5824c5ccac532558be86c17cda64ce50
2017-02-02 14:24:49 +00:00

336 B

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.