commit | dd7c1ee59a90ca8a75bce72c721851d5550f3c59 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Sat Sep 24 18:05:27 2016 +0100 |
committer | David Howells <dhowells@redhat.com> | Sat Sep 24 23:49:46 2016 +0100 |
tree | 434537911ce88bd06b644980151336a78aa9e3df | |
parent | b69d94d7991f83928d3ea18fe12ab011fa852bb0 [diff] |
rxrpc: Reinitialise the call ACK and timer state for client reply phase Clear the ACK reason, ACK timer and resend timer when entering the client reply phase when the first DATA packet is received. New ACKs will be proposed once the data is queued. The resend timer is no longer relevant and we need to cancel ACKs scheduled to probe for a lost reply. Signed-off-by: David Howells <dhowells@redhat.com>