aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 84c6b6d2e..081d23c41 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -33,6 +33,9 @@ TODO
return informational stuff as errors, consider a new info returned by
curl_easy_getinfo() #845941
+ * Use 'struct lifreq' and SIOCGLIFADDR instead of 'struct ifreq' and
+ SIOCGIFADDR on newer Solaris versions as they claim the latter is obsolete.
+
LIBCURL - multi interface
* Add curl_multi_timeout() to make libcurl's ares-functionality better.