]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
getport: Convert TCP connection refused to RPC_CANTRECV
authorChuck Lever <chuck.lever@oracle.com>
Tue, 14 Jul 2009 20:27:54 +0000 (16:27 -0400)
committerSteve Dickson <steved@redhat.com>
Tue, 14 Jul 2009 20:27:54 +0000 (16:27 -0400)
In a similar vein to the timeout logic we just restored, a refused
TCP connection should be mapped to an equivalent UDP error code:
RPC_CANTRECV.

This is new behavior for TCP connections; the legacy mount command
appears to have simply failed immediately if a TCP connection was
refused during an rpcbind query.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>

No differences found