CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2009/06/02 18:12:34
Modified files: sys/nfs : nfs.h nfs_socket.c nfsmount.h Log message: Lift the NFS over UDP retransmit logic from FreeBSD. OK blambert@ FreeBSD commit message: 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 to long to retransmit during a server outage.