2008-11-01 19:39:07 -04:00
|
|
|
TODO
|
|
|
|
====
|
|
|
|
|
|
|
|
ares_gethostbyname
|
|
|
|
|
|
|
|
- When built to support IPv6, it needs to also support PF_UNSPEC or similar,
|
|
|
|
so that an application can ask for any protocol and then c-ares would return
|
|
|
|
all known resolves and not just explicitly IPv4 _or_ IPv6 resolves.
|
2009-05-26 14:00:14 -04:00
|
|
|
|
|
|
|
ares_process
|
|
|
|
|
2009-05-26 14:03:05 -04:00
|
|
|
- Upon next ABI breakage ares_process() should be changed to return 'int'
|
2009-05-26 14:00:14 -04:00
|
|
|
and return ARES_ENOTINITIALIZED if ares_library_init() has not been called.
|
|
|
|
|
|
|
|
ares_process_fd
|
|
|
|
|
2009-05-26 14:03:05 -04:00
|
|
|
- Upon next ABI breakage ares_process_fd() should be changed to return
|
2009-05-26 14:00:14 -04:00
|
|
|
'int' and return ARES_ENOTINITIALIZED if library has not been initialized.
|