Date: Mon, 6 Jan 1997 22:07:25 -0800 (PST) From: Bill Paul <wpaul> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv yp_server.c yp_dnslookup.c Message-ID: <199701070607.WAA00872@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 97/01/06 22:07:24
Modified: usr.sbin/ypserv yp_server.c yp_dnslookup.c
Log:
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().
Revision Changes Path
1.17 +11 -1 src/usr.sbin/ypserv/yp_server.c
1.7 +45 -16 src/usr.sbin/ypserv/yp_dnslookup.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701070607.WAA00872>
