commit | fc943f67773487bb85131273f39b5f183caafe95 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Sep 22 00:29:32 2016 +0100 |
committer | David Howells <dhowells@redhat.com> | Thu Sep 22 08:49:22 2016 +0100 |
tree | 57f7622b67a8a4d64d9e82eb17229b3b122babcb | |
parent | 0d4b103c008ac9f6f438d2618c155f6e868e5a67 [diff] |
rxrpc: Reduce the number of PING ACKs sent We don't want to send a PING ACK for every new incoming call as that just adds to the network traffic. Instead, we send a PING ACK to the first three that we receive and then once per second thereafter. This could probably be made adjustable in future. Signed-off-by: David Howells <dhowells@redhat.com>