mirror of
https://github.com/curl/curl.git
synced 2026-07-23 00:47:18 +03:00
Use 'struct lifreq' and SIOCGLIFADDR
This commit is contained in:
parent
eb5d3b5a7c
commit
0d2cdd9773
1 changed files with 3 additions and 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue