]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
af_rxrpc: Add sysctls for configuring RxRPC parameters
authorDavid Howells <dhowells@redhat.com>
Fri, 7 Feb 2014 18:58:44 +0000 (18:58 +0000)
committerDavid Howells <dhowells@redhat.com>
Wed, 26 Feb 2014 17:25:06 +0000 (17:25 +0000)
commit5873c0834f8896aa9da338b941035a2f8b29e99b
tree4faf1ab1a7f95be86c5d9d775b82b6d01012c9a5
parent6c9a2d3202973a0266beabc5274c3e67dad5db96
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>
12 files changed:
Documentation/networking/rxrpc.txt
net/rxrpc/Makefile
net/rxrpc/af_rxrpc.c
net/rxrpc/ar-ack.c
net/rxrpc/ar-call.c
net/rxrpc/ar-connection.c
net/rxrpc/ar-input.c
net/rxrpc/ar-internal.h
net/rxrpc/ar-output.c
net/rxrpc/ar-skbuff.c
net/rxrpc/ar-transport.c
net/rxrpc/sysctl.c [new file with mode: 0644]