Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/nfs



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.




Home | Main Index | Thread Index | Old Index