af_rxrpc: Add sysctls for configuring RxRPC parameters
Add sysctls for configuring RxRPC protocol handling, specifically controls on delays before ack generation, the delay before resending a packet, the maximum lifetime of a call and the expiration times of calls, connections and transports that haven't been recently used. More info added in Documentation/networking/rxrpc.txt. Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
parent
6c9a2d3202
commit
5873c0834f
12 changed files with 273 additions and 27 deletions
|
@ -25,8 +25,6 @@
|
|||
#include <net/net_namespace.h>
|
||||
#include "ar-internal.h"
|
||||
|
||||
unsigned long rxrpc_ack_timeout = 1;
|
||||
|
||||
const char *rxrpc_pkts[] = {
|
||||
"?00",
|
||||
"DATA", "ACK", "BUSY", "ABORT", "ACKALL", "CHALL", "RESP", "DEBUG",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue