cvs commit: src/lib/libc Makefile src/lib/libc/rpc clnt_dg.c
Simon L. Nielsen
simon at FreeBSD.org
Sun Mar 4 12:25:04 UTC 2007
simon 2007-03-04 12:25:03 UTC
FreeBSD src repository
Modified files:
lib/libc Makefile
lib/libc/rpc clnt_dg.c
Log:
Disable RPC exponential back-off for FreeBSD.org systems (IE. hidden
behind _FREEFALL_CONFIG). This is done mainly to make NIS even more
resistant to packet loss.
This is not enabled by default for "normal" FreeBSD since it might cause
the server providing the RPC service to be hit heavily with RPC traffic
in case of problems. freefall.FreeBSD.org and hub.FreeBSD.org have been
running with a patch similar to this for a couple of weeks.
MFC after: 1 week
Discussed with: peter
Revision Changes Path
1.69 +3 -0 src/lib/libc/Makefile
1.19 +7 -0 src/lib/libc/rpc/clnt_dg.c
More information about the cvs-src
mailing list