Commit b85b56a7 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

45. libcurl built to support ipv6 uses getaddrinfo() to resolve host names.

  getaddrinfo() sorts the response list which effectively kills how libcurl
  deals with round-robin DNS entries. All details:
    http://curl.haxx.se/mail/lib-2007-07/0168.html
  initial suggested function to use for randomizing the response:
    http://curl.haxx.se/mail/lib-2007-07/0178.html
parent 1da3d402
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment