Blame TODO

Packit 514978
TODO
Packit 514978
====
Packit 514978
Packit 514978
ares_reinit()
Packit 514978
Packit 514978
- To allow an app to force a re-read of /etc/resolv.conf etc, pretty much
Packit 514978
  like the res_init() resolver function offers
Packit 514978
Packit 514978
ares_gethostbyname
Packit 514978
Packit 514978
- When built to support IPv6, it needs to also support PF_UNSPEC or similar,
Packit 514978
  so that an application can ask for any protocol and then c-ares would return
Packit 514978
  all known resolves and not just explicitly IPv4 _or_ IPv6 resolves.
Packit 514978
Packit 514978
ares_process
Packit 514978
Packit 514978
- Upon next ABI breakage ares_process() should be changed to return 'int'
Packit 514978
  and return ARES_ENOTINITIALIZED if ares_library_init() has not been called.
Packit 514978
Packit 514978
ares_process_fd
Packit 514978
Packit 514978
- Upon next ABI breakage ares_process_fd() should be changed to return
Packit 514978
  'int' and return ARES_ENOTINITIALIZED if library has not been initialized.