aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-ack.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/rxrpc/ar-ack.c')
-rw-r--r--net/rxrpc/ar-ack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/ar-ack.c b/net/rxrpc/ar-ack.c
index 732b82f540c5..1a490d976e7e 100644
--- a/net/rxrpc/ar-ack.c
+++ b/net/rxrpc/ar-ack.c
@@ -41,7 +41,7 @@ unsigned rxrpc_soft_ack_delay = 1 * HZ;
41 * further packets aren't immediately received to decide when to send an IDLE 41 * further packets aren't immediately received to decide when to send an IDLE
42 * ACK let the other end know that it can free up its Tx buffer space. 42 * ACK let the other end know that it can free up its Tx buffer space.
43 */ 43 */
44unsigned rxrpc_idle_ack_delay = 1; 44unsigned rxrpc_idle_ack_delay = 0.5 * HZ;
45 45
46static const char *rxrpc_acks(u8 reason) 46static const char *rxrpc_acks(u8 reason)
47{ 47{