mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-11-22 18:18:26 +00:00
- ares__send_query() now varies the retry timeout pseudo-randomly to avoid
packet storms when several queries were started at the same time.
This commit is contained in:
6
CHANGES
6
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
|
||||
|
||||
Reference in New Issue
Block a user