Date: Tue, 23 May 2006 18:48: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/nfs4client nfs4_vfsops.c src/sys/nfsclient nfs.h nfs_vfsops.c Message-ID: <200605231848.k4NIm7ZP089499@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cel 2006-05-23 18:48:07 UTC FreeBSD src repository Modified files: sys/nfs4client nfs4_vfsops.c sys/nfsclient nfs.h nfs_vfsops.c Log: NFS over TCP retransmit behavior should default to a 60 second time out, mimicing the NFS reference implementation. NFS over TCP does not need fast retransmit timeouts, since network loss and congestion are managed by the transport (TCP), unlike with NFS over UDP. A long timeout prevents the unnecessary retransmission of non- idempotent NFS requests. Reviewed by: mohans, silby, rees? Sponsored by: Network Appliance, Incorporated Revision Changes Path 1.25 +8 -2 src/sys/nfs4client/nfs4_vfsops.c 1.94 +2 -1 src/sys/nfsclient/nfs.h 1.182 +7 -2 src/sys/nfsclient/nfs_vfsops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605231848.k4NIm7ZP089499>