Subject: CVS commit: [netbsd-2-0] src/sys/nfs
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 07/10/2004 12:56:04
Module Name:	src
Committed By:	tron
Date:		Sat Jul 10 12:56:04 UTC 2004

Modified Files:
	src/sys/nfs [netbsd-2-0]: nfs_socket.c

Log Message:
Pull up revision 1.106 via patch (requested by yamt in ticket #617):
- for tcp, use SO_RCVTIMEO to recover from server crash.
  otherwise we can be stuck in soreceive forever.
  the problem is pointed by Minoura Makoto.  PR/25662
- clear r_rexmit on reconnect and clear r_rtt and R_TIMING on retransmit
  so that the above (and soft mounts) happy.


To generate a diff of this commit:
cvs rdiff -r1.102 -r1.102.2.1 src/sys/nfs/nfs_socket.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.