rxrpc: Don't send an ACK at the end of service call response transmission
authorDavid Howells <dhowells@redhat.com>
Fri, 23 Sep 2016 11:39:23 +0000 (12:39 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 23 Sep 2016 12:23:09 +0000 (13:23 +0100)
commit9aff212bd677829189fae2e2e408cefc196ae5ae
tree9f042ceba0cb1ff2ab30400fa5f0b474e7ff5c31
parentb24d2891cfb0a7975b0039743439c98fe7b7dea7
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>
net/rxrpc/recvmsg.c