Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Mar 2007 10:15:49 +0000 (UTC)
From:      "Simon L. Nielsen" <simon@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc Makefile src/lib/libc/rpc clnt_dg.c
Message-ID:  <200703111015.l2BAFn05027662@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703111015.l2BAFn05027662>