Subject: CVS commit: src/sys/nfs
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 05/23/2004 08:08:49
Module Name: src
Committed By: yamt
Date: Sun May 23 08:08:49 UTC 2004
Modified Files:
src/sys/nfs: nfs_socket.c
Log Message:
- 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.105 -r1.106 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.