commit | ef68622da9cc0c4e5202f90093a3a5314e41e9e9 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Apr 06 10:11:59 2017 +0100 |
committer | David Howells <dhowells@redhat.com> | Thu Apr 06 10:11:59 2017 +0100 |
tree | e1fe504e4a3a217a248689dd28e12f1926b21ad0 | |
parent | 84a4c09c38903a92ba670375efea5165949a465b [diff] |
rxrpc: Handle temporary errors better in rxkad security In the rxkad security module, when we encounter a temporary error (such as ENOMEM) from which we could conceivably recover, don't abort the connection, but rather permit retransmission of the relevant packets to induce a retry. Note that I'm leaving some places that could be merged together to insert tracing in the next patch. Signed-off-by; David Howells <dhowells@redhat.com>