Our getaddrinfo() and getnameinfo() are thread-safe but

some limitation.

Reported by:	Marc G. Fournier <scrappy@hub.org>
This commit is contained in:
Hajimu UMEMOTO 2003-09-15 04:52:15 +00:00
parent 39e7b60930
commit 5c4c2dbb56
2 changed files with 10 additions and 2 deletions

View File

@ -625,6 +625,10 @@ and documented in
(RFC2553).
.\"
.Sh BUGS
The current implementation is not thread-safe.
Though the current implementation should be thread-safe, using
.Fn getaddrinfo
in conjunction with
.Fn gethostby*
breaks thread-safeness.
.Pp
The text was shamelessly copied from RFC2553.

View File

@ -301,7 +301,11 @@ and documented in
(RFC2553).
.\"
.Sh BUGS
The current implementation is not thread-safe.
Though the current implementation should be thread-safe, using
.Fn getnameinfo
in conjunction with
.Fn gethostby*
breaks thread-safeness.
.Pp
The text was shamelessly copied from RFC2553.
.Pp