diff options
author | Tim Smith <tim@electronghost.co.uk> | 2014-02-07 18:58:43 (GMT) |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2014-02-07 18:58:43 (GMT) |
commit | b6f3a40cb70fa53a5160b8f061ff219b00992626 (patch) | |
tree | 80504efb1a3d5b89143b17f668a1e40eb420793a /tools | |
parent | 8961749e5f498d91ded20dc797bb77aa366bca2e (diff) | |
download | linux-b6f3a40cb70fa53a5160b8f061ff219b00992626.tar.xz |
af_rxrpc: Prevent RxRPC peers from ABORT-storming one another
When an ABORT is sent, aborting a connection, the sender quite reasonably
forgets about the connection. If another frame is received, another ABORT
will be sent. When the receiver gets it, it no longer applies to an extant
connection, so an ABORT is sent, and so on...
Prevent this by never sending a rejection for an ABORT packet.
Signed-off-by: Tim Smith <tim@electronghost.co.uk>
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions