From owner-cvs-src@FreeBSD.ORG Wed May 24 13:51:19 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7328B16A445 for ; Wed, 24 May 2006 13:51:19 +0000 (UTC) (envelope-from chucklever@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56C0B43D49 for ; Wed, 24 May 2006 13:51:18 +0000 (GMT) (envelope-from chucklever@gmail.com) Received: by nz-out-0102.google.com with SMTP id n1so28343nzf for ; Wed, 24 May 2006 06:51:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=TbvKomgIeH+xpYcjg+gjRcerWEUiu/epGnFptLoDCe1EM9yB6L7NBV+yAjQiZd29LYBcUPD8hULSxr0xGzM4cg9rSHK7t229hXG+1JYK7pvmopvlN34fgVE3iEgajJ6ZX3R7fAmT9Wh/OKYhxCjW/rbdQanAOWz4+Dg5mB7lF1k= Received: by 10.64.152.19 with SMTP id z19mr2993944qbd; Wed, 24 May 2006 06:51:17 -0700 (PDT) Received: by 10.64.243.13 with HTTP; Wed, 24 May 2006 06:51:17 -0700 (PDT) Message-ID: <76bd70e30605240651o1ecaec81wfbf5fede11d139b@mail.gmail.com> Date: Wed, 24 May 2006 09:51:17 -0400 From: "chuck lever" To: src-committers@freebsd.org, cvs-src@freebsd.org In-Reply-To: <20060524095954.GA90601@tara.freenix.org> MIME-Version: 1.0 References: <200605231848.k4NIm7ZP089499@repoman.freebsd.org> <20060524095954.GA90601@tara.freenix.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: cvs commit: src/sys/nfs4client nfs4_vfsops.c src/sys/nfsclient nfs.h nfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: chucklever@bigfoot.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 May 2006 13:51:25 -0000 Just to 6, or also to 5? On 5/24/06, Ollivier Robert wrote: > > According to Chuck Lever: > > 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. > > Any chance to see these MFC'd ? > -- > Ollivier ROBERT -=3D- FreeBSD: The Power to Serve! -=3D- > roberto@keltia.freenix.fr > Darwin snuadh.freenix.org Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST > 2005 >