commit | b7a7d67408032843c14071711d6259aada9392f0 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Jul 02 14:59:46 2020 +0100 |
committer | David Howells <dhowells@redhat.com> | Tue Sep 08 21:10:45 2020 +0100 |
tree | 9e7d3c9daf4566dc07cdbeda4ee20ade628b2543 | |
parent | 4349abdb409b04a5ed4ca4d2c1df7ef0cc16f6bd [diff] |
rxrpc: Impose a maximum number of client calls Impose a maximum on the number of client rxrpc calls that are allowed simultaneously. This will be in lieu of a maximum number of client connections as this is easier to administed as, unlike connections, calls aren't reusable (to be changed in a subsequent patch).. This doesn't affect the limits on service calls and connections. Signed-off-by: David Howells <dhowells@redhat.com>