cvs commit: src/lib/libc Makefile src/lib/libc/rpc clnt_dg.c

Simon L. Nielsen simon at FreeBSD.org
Sun Mar 11 10:15:49 UTC 2007


simon       2007-03-11 10:15:49 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    lib/libc             Makefile 
    lib/libc/rpc         clnt_dg.c 
  Log:
  MFC src/lib/libc/Makefile (1.69) src/lib/libc/rpc/clnt_dg.c (1.19):
  
  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.56.2.3  +3 -0      src/lib/libc/Makefile
  1.17.2.1  +7 -0      src/lib/libc/rpc/clnt_dg.c


More information about the cvs-src mailing list