TODO 727 B

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