README.getaddrinfo 751 B

1234567891011121314151617181920
  1. 09Sep96
  2. Please read the comments at the begiinning of getaddrinfo.c.
  3. Supplied with this function are the two files inet_pton.c and
  4. inet_ntop.c from the BIND-4.9.4 release. The arguments of
  5. these two functions differ from the current (but old) Internet
  6. Draft "ipngwg-bsd-api-05.txt", but the next revision of this
  7. draft will document these functions as they exist in BIND-4.9.4.
  8. Beware that most IPv6 releases are "alpha" at this time. The
  9. use of the RES_USE_INET6 option in getaddrinfo() is again from
  10. the BIND-4.9.4 release, as this is what will become the standard.
  11. But few implementations, if any, support this unless you install
  12. BIND-4.9.4 (or later) yourself.
  13. Buf fixes, suggestions, etc. are welcome.
  14. Rich Stevens (rstevens@kohala.com)