Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2006 01:52:59 +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:  <200605300152.k4U1qxk4054541@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
cel         2006-05-30 01:52:59 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    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.20.2.4   +8 -2      src/sys/nfs4client/nfs4_vfsops.c
  1.90.2.2   +2 -1      src/sys/nfsclient/nfs.h
  1.177.2.2  +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?200605300152.k4U1qxk4054541>