- 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)
commit1a1b4eb4f2fb6112534994c20ac20679c5c7339c
tree76fda13f7f58853b63f184e061cb75eec6922d44
parentaa8d8b4933ca1f5de8da3f92f614e5f3236d6f89
- 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
CHANGES
ares.h
ares_init.c
ares_private.h
ares_process.c
ares_send.c