Have the server complain if the NFS rpc stream from a client gets corrupted,
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 24 Mar 2005 06:44:27 +0000 (06:44 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 24 Mar 2005 06:44:27 +0000 (06:44 +0000)
commit63cd21504b4f17a92a5b1a02fe3c21bdb86c2a5f
treeb33bd095b09971f0f07cb11e88354ddfe587005e
parentf1e85027914b9d8c1df8b72ec4cda00772b863b5
Have the server complain if the NFS rpc stream from a client gets corrupted,
so we at least know why the tcp link is reconnecting.  The client already
complains if the NFS rpc stream from a server gets corrupted).
sys/vfs/nfs/nfs_socket.c