Questions tagged [c-ares]

c-ares is a C library for asynchronous DNS requests (including name resolves)

See also the c-ares home page: https://c-ares.org/

32 questions
0
votes
0 answers

Libcurl NXDOMAIN causes timeout

Libcurl in my app seems to have trouble with non existing domains, as it stays a minimum 7-20s on "NXDOMAIN" requests (which seems to match CURLOPT_CONNECTTIMEOUT). here is the pmp (poore man's profiler) output: 2585…
Stefan Rogin
  • 1,499
  • 3
  • 25
  • 41
0
votes
2 answers

"Microsoft DNS Client" vs. getaddrinfo?

Right now, my application is using the c-ares asynchronous DNS resolver library on Windows below cURL, and I have users complaining that it behaves differently from other windows apps. One particular user said that "other applications are using the…
joshk0
  • 2,574
  • 2
  • 25
  • 36
1 2
3