Date: Tue, 30 May 2006 00:43:07 +0000 (UTC) From: Chuck Lever <cel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsclient nfs.h nfs_socket.c nfsmount.h Message-ID: <200605300043.k4U0h7BG042725@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605300043.k4U0h7BG042725>
