Skip to content
Snippets Groups Projects
Commit 9395cad3 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

support for retrieving used IP addresses

parent c5b2e85b
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,9 @@ TODO
* Use 'struct lifreq' and SIOCGLIFADDR instead of 'struct ifreq' and
SIOCGIFADDR on newer Solaris versions as they claim the latter is obsolete.
* Add the following to curl_easy_getinfo(): GET_HTTP_IP, GET_FTP_IP and
GET_FTP_DATA_IP. Return a string with the used IP. Suggested by Alan.
LIBCURL - multi interface
* Add a curl_multi_fdset() alternative that returns only two arrays with file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment