| Summary: | nslookup slow to respond | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Chris Miller <chris> |
| Component: | Networking | Assignee: | unassigned |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | enhancement | CC: | bkuhn, busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.15.x | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows | ||
| Host: | Target: | ||
| Build: | v1.11.2 | ||
|
Description
Chris Miller
2010-01-07 11:57:48 UTC
I also have this problem. In the networking/nslookup.c file, find the revhost = xmalloc_sockaddr2hostonly_noport (cur-> ai_addr); Comment it, recompile, re-use nslookup, much faster. pretty sure you're describing C library behavior, not busybox. busybox merely uses the resolver as configured by the system (e.g. /etc/resolv.conf). |