]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/rxrpc/ar-ack.c
af_rxrpc: Improve ACK production
[karo-tx-linux.git] / net / rxrpc / ar-ack.c
index 732b82f540c562e5ded730748ac2f99063800fe9..1a490d976e7ed9a7a2ff1b9276ef0401f7245fa9 100644 (file)
@@ -41,7 +41,7 @@ unsigned rxrpc_soft_ack_delay = 1 * HZ;
  * further packets aren't immediately received to decide when to send an IDLE
  * ACK let the other end know that it can free up its Tx buffer space.
  */
-unsigned rxrpc_idle_ack_delay = 1;
+unsigned rxrpc_idle_ack_delay = 0.5 * HZ;
 
 static const char *rxrpc_acks(u8 reason)
 {