1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-21 21:20:51 +00:00

Added a TODO file to list things we want changed, added or fixed.

This commit is contained in:
Daniel Stenberg
2008-11-01 23:39:07 +00:00
parent 1a1b4eb4f2
commit 3c2da5eae1
2 changed files with 10 additions and 1 deletions

8
TODO Normal file
View File

@ -0,0 +1,8 @@
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.