commit | 9aff212bd677829189fae2e2e408cefc196ae5ae | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Sep 23 12:39:23 2016 +0100 |
committer | David Howells <dhowells@redhat.com> | Fri Sep 23 13:23:09 2016 +0100 |
tree | 9f042ceba0cb1ff2ab30400fa5f0b474e7ff5c31 | |
parent | b24d2891cfb0a7975b0039743439c98fe7b7dea7 [diff] |
rxrpc: Don't send an ACK at the end of service call response transmission Don't send an IDLE ACK at the end of the transmission of the response to a service call. The service end resends DATA packets until the client sends an ACK that hard-acks all the send data. At that point, the call is complete. Signed-off-by: David Howells <dhowells@redhat.com>