]> granicus.if.org Git - curl/commit
45. libcurl built to support ipv6 uses getaddrinfo() to resolve host names.
authorDaniel Stenberg <daniel@haxx.se>
Mon, 16 Jul 2007 21:08:08 +0000 (21:08 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 16 Jul 2007 21:08:08 +0000 (21:08 +0000)
commitb85b56a73d46a4842daae280a85eb60c7e675796
tree98b275a938e59d8cd88a7dc37aaeef813b159e4e
parent1da3d402f619adcb3880ab05a311a609f9e28d60
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
docs/KNOWN_BUGS