readme.getaddrinfo

来自「unix网络编程卷1:套接口API的全书源码」· GETADDRINFO 代码 · 共 20 行

GETADDRINFO
20
字号
09Sep96Please read the comments at the begiinning of getaddrinfo.c.Supplied with this function are the two files inet_pton.c andinet_ntop.c from the BIND-4.9.4 release.  The arguments ofthese two functions differ from the current (but old) InternetDraft "ipngwg-bsd-api-05.txt", but the next revision of thisdraft will document these functions as they exist in BIND-4.9.4.Beware that most IPv6 releases are "alpha" at this time.  Theuse of the RES_USE_INET6 option in getaddrinfo() is again fromthe BIND-4.9.4 release, as this is what will become the standard.But few implementations, if any, support this unless you installBIND-4.9.4 (or later) yourself.Buf fixes, suggestions, etc. are welcome.	Rich Stevens  (rstevens@kohala.com)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?