getaddrinfo() supports specifying IPv6 scope-IDs.

This commit is contained in:
Michael Kerrisk 2008-06-26 14:33:37 +00:00
parent 8dcc7633ed
commit c783f23753
1 changed files with 5 additions and 0 deletions

View File

@ -518,6 +518,11 @@ The
.BR getaddrinfo ()
function is documented in RFC\ 2553.
.SH "NOTES"
.BR getaddrinfo ()
supports the
.IB address % scope-id
notation for specifying the IPv6 scope-ID.
.BR AI_ADDRCONFIG ,
.BR AI_ALL ,
and