- Carlo Contavalli added support for the glibc "rotate" option, as documented
authorDaniel Stenberg <daniel@haxx.se>
Sat, 1 Nov 2008 18:35:19 +0000 (18:35 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 1 Nov 2008 18:35:19 +0000 (18:35 +0000)
commit3e3d10824f08fa2917f62a4c9c81e4e7ab3a9327
tree1a1720c7a69dd5a758658128b3c12dbf20af82e6
parent128418b214dbb38ea1b8d08d6641ae9cbe43921f
- Carlo Contavalli added support for the glibc "rotate" option, as documented
  in man resolv.conf:

  causes round robin selection of nameservers from among those listed.  This
  has the effect of spreading the query load among all listed servers, rather
  than having all clients try the first listed server first every time.

  You can enable it with ARES_OPT_ROTATE
ares/CHANGES
ares/ares.h
ares/ares_init.c
ares/ares_private.h
ares/ares_process.c
ares/ares_send.c