diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-11-01 18:35:19 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-11-01 18:35:19 +0000 |
commit | 3e3d10824f08fa2917f62a4c9c81e4e7ab3a9327 (patch) | |
tree | 1a1720c7a69dd5a758658128b3c12dbf20af82e6 /ares/CHANGES | |
parent | 128418b214dbb38ea1b8d08d6641ae9cbe43921f (diff) |
- 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
Diffstat (limited to 'ares/CHANGES')
-rw-r--r-- | ares/CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index dd9bac6c9..c590079b4 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,15 @@ Changelog for the c-ares project +* Nov 1 2008 (Daniel Stenberg) +- 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 + * Oct 21 2008 (Yang Tse) Charles Hardin added handling of EINPROGRESS for UDP connects. |