[Bug 198092] getaddrinfo(3) fails with "Invalid value for ai_flags" (error code 3) if hint.ai_flags contains AI_V4MAPPED
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jul 8 16:18:42 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198092
Hiroki Sato <hrs at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hrs at FreeBSD.org
--- Comment #2 from Hiroki Sato <hrs at FreeBSD.org> ---
AI_V4MAPPED is not supported on FreeBSD. While the manual page mentioned RFC
3493, AI_ALL or AI_V4MAPPED returns EAI_BADFLAGS. This is due to a decision on
the API implementation.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list