| Summary: | getaddrinfo delays | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Don Porter <dgp> |
| Component: | ssh | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED INVALID | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | Alpha | ||
| OS: | Linux | ||
|
Description
Don Porter
2002-09-28 03:34:02 AEST
BTW, it seems strange to me that when HAVE_GETADDRINFO is undefined or false, the code still makes calls to getaddrinfo(). Is this configuration support just incomplete? openbsd-compat/fake-getaddrinfo.c if you don't have the function call it attempts to do the equiv. So if you don't have it set then there is a bug in that function. Thanks for the additional information. Now I've verified use of fake-getaddrinfo, and I see the delays are in the call to gethostbyname(). notabug Mass change of RESOLVED bugs to CLOSED |