forked from perfsonar/i2util
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.txt
17 lines (11 loc) · 801 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
getaddrinfo - conditionally compile
Ah, ok. It is not v6 per-say, but the RFC 2553 advanced socket-api stuff this is the issue.
So, a quick google leads me to believe there are a few reasonable paths forward:
* See if early adoption of IPv6 cygwin code is reasonable:
http://win6.jp/Cygwin/index.html
* Pull over another getaddrinfo implementation and conditionally compile for environments that don't have getaddrinfo. (autoconf pain.)
- gnulib (lots here - probably too much and I'm not crazy about license)
- http://www.sra.co.jp/people/m-kasahr/getaddrinfo/ (needs testing)
--------------------------------------------------------------------------------
Autoconf: Update AC_CHECK_HEADERS (see bwctl)
--------------------------------------------------------------------------------