]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
rxrpc: Only ping for lost reply in client call
authorDavid Howells <dhowells@redhat.com>
Thu, 6 Oct 2016 07:11:49 +0000 (08:11 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 6 Oct 2016 07:11:49 +0000 (08:11 +0100)
commita9f312d98affab387557e2795d4e11ad82a4e4e8
tree25a856ab14f16c87c5c626096c7967ccfae2b348
parent7212a57e8eaa2572481398532d7be0c2685362b9
rxrpc: Only ping for lost reply in client call

When a reply is deemed lost, we send a ping to find out the other end
received all the request data packets we sent.  This should be limited to
client calls and we shouldn't do this on service calls.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/input.c