commit | 4075295ab87670e33eaf98389e319ce84c54c8e4 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Mon Jul 23 17:18:37 2018 +0100 |
committer | David Howells <dhowells@redhat.com> | Wed Aug 01 13:28:23 2018 +0100 |
tree | 6754c1d28fe81092fa76e2a9043610774ffe5cd4 | |
parent | 4272d3034e69aea6e17085ba285d14f5824b430d [diff] |
rxrpc: Increase the size of a call's Rx window Increase the size of a call's Rx window from 32 to 63 - ie. one less than the size of the ring buffer. This makes large data transfers perform better when the Tx window on the other side is around 64 (as is the case with Auristor's YFS fileserver). If the server window size is ~32 or smaller, this should make no difference. Signed-off-by: David Howells <dhowells@redhat.com>