Searched hist:21389 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.sbin/ypserv/
H A Dyp_dnslookup.cdiff 21389 Tue Jan 07 04:07:21 MST 1997 wpaul yp_server.c:
- Fail YPPROC_ALL requests when we hit the child process limit. This
is a little harsh, but it helps prevent the parent from blocking
and causing other requests to time out.

yp_dnslookup.c:
- Check for duplicate RPC transaction IDs that indicate duplicate
requests sent due to RPC retransmissions. We don't want to send
a second DNS request for the same data while an existing request
is in progress.

- Fix small formatting bogon in snprintf() in yp_async_lookup_addr().
H A Dyp_server.cdiff 21389 Tue Jan 07 04:07:21 MST 1997 wpaul yp_server.c:
- Fail YPPROC_ALL requests when we hit the child process limit. This
is a little harsh, but it helps prevent the parent from blocking
and causing other requests to time out.

yp_dnslookup.c:
- Check for duplicate RPC transaction IDs that indicate duplicate
requests sent due to RPC retransmissions. We don't want to send
a second DNS request for the same data while an existing request
is in progress.

- Fix small formatting bogon in snprintf() in yp_async_lookup_addr().

Completed in 160 milliseconds