]> git.meshlink.io Git - meshlink/commit
Use blocking ADNS requests for most other hostname resolving. feature/async-dns
authorGuus Sliepen <guus@meshlink.io>
Thu, 9 Apr 2020 22:06:15 +0000 (00:06 +0200)
committerGuus Sliepen <guus@meshlink.io>
Thu, 9 Apr 2020 22:06:26 +0000 (00:06 +0200)
commitf342cb44b25cd61eed17897575015be4aae1dd17
tree542a0281f4b4e59241df5205ce1af05aceb8ed3b
parent5b72f55e11cf44d788a788e7231927bc2a3fbe2d
Use blocking ADNS requests for most other hostname resolving.

We keep calling getaddrinfo() directly if we know we only need to resolve
a numerical address.
src/meshlink.c