diff options
author | Phil Blundell <pb@reciva.com> | 2009-01-13 11:51:04 +0000 |
---|---|---|
committer | Phil Blundell <pb@reciva.com> | 2009-01-13 11:51:04 +0000 |
commit | 35d8fb05017af9ee8514cb317cb37fc2ce5185a9 (patch) | |
tree | 9e5165c13033b6700865b7e5026e92aff50314e9 /ares/CHANGES | |
parent | 87c71953bee0760d106b12ef4f11c09ddfdeffbd (diff) |
- 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 'ares/CHANGES')
-rw-r--r-- | ares/CHANGES | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index 1c6b6070b..5bb02f744 100644 --- a/ares/CHANGES +++ b/ares/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 |