af_rxrpc: Expose more RxRPC parameters via sysctls
Expose RxRPC parameters via sysctls to control the Rx window size, the Rx MTU maximum size and the number of packets that can be glued into a jumbo packet. More info added to Documentation/networking/rxrpc.txt. Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
@@ -99,7 +99,7 @@ static struct rxrpc_call *rxrpc_alloc_call(gfp_t gfp)
|
||||
call->rx_data_expect = 1;
|
||||
call->rx_data_eaten = 0;
|
||||
call->rx_first_oos = 0;
|
||||
call->ackr_win_top = call->rx_data_eaten + 1 + RXRPC_MAXACKS;
|
||||
call->ackr_win_top = call->rx_data_eaten + 1 + rxrpc_rx_window_size;
|
||||
call->creation_jif = jiffies;
|
||||
return call;
|
||||
}
|
||||
|
Reference in New Issue
Block a user