SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connection
authorTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 9 Feb 2015 14:26:39 +0000 (09:26 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 9 Feb 2015 14:31:11 +0000 (09:31 -0500)
The previous behaviour left the connection half-open in order to try
to scrape the last replies from the socket. Now that we have more reliable
reconnection, change the behaviour to close down the socket faster.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>

No differences found