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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to