cvs commit: src/sys/nfsclient nfs.h nfs_socket.c nfsmount.h

Chuck Lever cel at FreeBSD.org
Mon May 29 17:44:23 PDT 2006


cel         2006-05-30 00:43:07 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/nfsclient        nfs.h nfs_socket.c nfsmount.h 
  Log:
  Refactor the NFS over UDP retransmit timeout estimation logic to allow
  the estimator to be more easily tuned and maintained.
  
  There should be no functional change except there is now a lower limit
  on the retransmit timeout to prevent the client from retransmitting
  faster than the server's disks can fill requests, and an upper limit
  to prevent the estimator from taking too long to retransmit during a
  server outage.
  
  Reviewed by:    mohan, kris, silby
  Sponsored by:   Network Appliance, Incorporated
  
  Revision   Changes    Path
  1.90.2.1   +25 -0     src/sys/nfsclient/nfs.h
  1.125.2.9  +131 -60   src/sys/nfsclient/nfs_socket.c
  1.30.2.1   +2 -2      src/sys/nfsclient/nfsmount.h


More information about the cvs-src mailing list