]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
rxrpc: Allow multiple client connections to the same peer
authorDavid Howells <dhowells@redhat.com>
Thu, 2 Jul 2020 23:39:47 +0000 (00:39 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 8 Sep 2020 20:11:47 +0000 (21:11 +0100)
commit288827d53e8edcca94caf6a507105fcbd20f419d
tree348797daf7765bf27e56aca258a47a5fdcad4677
parent245500d853e9f20036cec7df4f6984ece4c6bf26
rxrpc: Allow multiple client connections to the same peer

Allow the number of parallel connections to a machine to be expanded from a
single connection to a maximum of four.  This allows up to 16 calls to be
in progress at the same time to any particular peer instead of 4.

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