summaryrefslogtreecommitdiffstats
path: root/include/stdlib.h
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1995-04-15 23:35:46 +0000
committerwpaul <wpaul@FreeBSD.org>1995-04-15 23:35:46 +0000
commit77cd0ce3be5db6841563de22fdfd17dac4e5f8bc (patch)
tree2783fc44b761201ba487a49145ee2f22c6ab9d45 /include/stdlib.h
parentb953a2d463654c67c2674e48a5fc60975c14bd5c (diff)
downloadFreeBSD-src-77cd0ce3be5db6841563de22fdfd17dac4e5f8bc.zip
FreeBSD-src-77cd0ce3be5db6841563de22fdfd17dac4e5f8bc.tar.gz
In environments with multiple NIS servers (a master and several slaves)
one ypbind broadcast can yield several responses. This can lead to some confusion: the syslog message from ypbind will indicate a rebinding to the first server that responds, but we may subsequently change our binding to another server when the other responses arrive. This results in ypbind reporting 'server OK' to one address and ypwhich reporting a binding to another. The behavior of the rpc_received() function has been changed to prevent this: subsequent responses received after a binding has already been established are ignored. Rebinding gratuitously each time we get a new response is silly anyway. Also backed out the non-fix I made in my last ypbind commit. (Pass me the extra large conical hat, please.) (At some point I'm going to seriously re-work ypbind and the _yp_dobind() library function to bring them in line with SunOS's documented behavior: binding requests are supposed to be 'client-driven.' The _yp_dobind() function should be responsible for retrying connections in response to calls from client programs rather than having ypbind broadcasting continously until a server responds. The current setup works okay in normal operation, but we broadcast far too often than we should.)
Diffstat (limited to 'include/stdlib.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud