diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-11-01 23:39:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-11-01 23:39:07 +0000 |
commit | c1b8e93083e22c263232d91d00c7d537dbf4a85b (patch) | |
tree | a2da94220a0ca3366c29fae570cb5dc8a77e4d41 /ares/TODO | |
parent | 383d4656aa973a0dd549c4d96ec17e2d9d0d4e81 (diff) |
Added a TODO file to list things we want changed, added or fixed.
Diffstat (limited to 'ares/TODO')
-rw-r--r-- | ares/TODO | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ares/TODO b/ares/TODO new file mode 100644 index 000000000..ade10c7a8 --- /dev/null +++ b/ares/TODO @@ -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. |