summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPhil Blundell <pb@reciva.com>2009-01-13 11:51:04 +0000
committerPhil Blundell <pb@reciva.com>2009-01-13 11:51:04 +0000
commit977de8c7780eeb43efeabbbfa6bac82161ceeaaa (patch)
tree7a9ab8e77beb4a990c1e05408c23fd71b200bc52 /CHANGES
parent8362245c42883bf5775d87d2d996b89b6f2f2fed (diff)
downloadc-ares-977de8c7780eeb43efeabbbfa6bac82161ceeaaa.tar.gz
c-ares-977de8c7780eeb43efeabbbfa6bac82161ceeaaa.tar.bz2
c-ares-977de8c7780eeb43efeabbbfa6bac82161ceeaaa.zip
- ares__send_query() now varies the retry timeout pseudo-randomly to avoid
packet storms when several queries were started at the same time.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 1c6b607..5bb02f7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
Changelog for the c-ares project
-* January 11 2008 (Daniel Stenberg)
+* January 13 2009 (Phil Blundell)
+- ares__send_query() now varies the retry timeout pseudo-randomly to avoid
+ packet storms when several queries were started at the same time.
+
+* January 11 2009 (Daniel Stenberg)
- Phil Blundell added the internal function ares__expand_name_for_response()
that is now used by the ares_parse_*_reply() functions instead of the
ares_expand_name() simply to easier return ARES_EBADRESP for the cases where