diff options
Diffstat (limited to 'net/rxrpc/ar-ack.c')
-rw-r--r-- | net/rxrpc/ar-ack.c | 2 |
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 | */ |
44 | unsigned rxrpc_idle_ack_delay = 1; | 44 | unsigned rxrpc_idle_ack_delay = 0.5 * HZ; |
45 | 45 | ||
46 | static const char *rxrpc_acks(u8 reason) | 46 | static const char *rxrpc_acks(u8 reason) |
47 | { | 47 | { |