commit | 0efeac261c3f79c44fe61ee869722b77805c7ddf | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Mon Feb 09 09:26:39 2015 -0500 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Mon Feb 09 09:31:11 2015 -0500 |
tree | 35fe34be1051c931e2d22ca5ba4c912300445017 | |
parent | 505936f59f1e4cd0ff92ae5abc7aae64fb74dbdb [diff] |
SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connection 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>