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