diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-10-08 09:57:33 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-10-08 09:57:33 +0000 |
commit | 0d2cdd9773aa6f0beda5cbcd43bdc21b9d0e753b (patch) | |
tree | 2da2c6bb9c9312d9de31d3f17b1dbd92d111ffd2 /docs | |
parent | eb5d3b5a7c21501941cefe3a1d83deccdee7cd9c (diff) | |
download | curl-0d2cdd9773aa6f0beda5cbcd43bdc21b9d0e753b.tar.gz |
Use 'struct lifreq' and SIOCGLIFADDR
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |