Skip to content
Commit 18bfeba5 authored by David Howells's avatar David Howells
Browse files

rxrpc: Perform terminal call ACK/ABORT retransmission from conn processor



Perform terminal call ACK/ABORT retransmission in the connection processor
rather than in the call processor.  With this change, once last_call is
set, no more incoming packets will be routed to the corresponding call or
any earlier calls on that channel (call IDs must only increase on a channel
on a connection).

Further, if a packet's callNumber is before the last_call ID or a packet is
aimed at successfully completed service call then that packet is discarded
and ignored.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 563ea7d5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment