A C library for asynchronous DNS requests (grpc依赖)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
This is what's new and changed in the c-ares 1.6.1 release:
|
|
|
|
|
|
|
|
Changed:
|
|
|
|
|
|
|
|
o in6_addr is not used in ares.h anymore, but a private ares_in6_addr is
|
|
|
|
instead declared and used
|
|
|
|
o ares_gethostbyname() now supports 'AF_UNSPEC' as a family for resolving
|
|
|
|
either AF_INET6 or AF_INET
|
|
|
|
o a build-time configured ares_socklen_t is now used instead of socklen_t
|
|
|
|
|
|
|
|
Fixed:
|
|
|
|
|
|
|
|
o ares_parse_*_reply() functions now return ARES_EBADRESP instead of
|
|
|
|
ARES_EBADNAME if the name in the response failed to decode
|
|
|
|
o only expose/export symbols starting with 'ares_'
|
|
|
|
|
|
|
|
Thanks go to these friendly people for their efforts and contributions:
|
|
|
|
|
|
|
|
Phil Blundell, Japheth Cleaver, Yang Tse, Gregor Jasny
|
|
|
|
|
|
|
|
Have fun!
|