From 215912da499090f7d3709db860b308d27ec2b5e7 Mon Sep 17 00:00:00 2001 From: kannibalox Date: Sat, 15 Apr 2017 17:49:37 -0400 Subject: [PATCH] Revert de4b5f14812c15ed2f98d5f76a902056302a4944...712cc23f966672de1f76a77d40c5cc7529d60917 on Performance Tuning --- Performance-Tuning.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Performance-Tuning.md b/Performance-Tuning.md index cb299a8..569b3d9 100644 --- a/Performance-Tuning.md +++ b/Performance-Tuning.md @@ -243,8 +243,6 @@ net.ipv4.tcp_wmem = 4096 12582912 16777216 # Increase the read-buffer-space allocatable: min 4KB, def 12MB, max 16MB. Default: 4096 16384 4194304 net.ipv4.tcp_rmem = 4096 12582912 16777216 -# WARNING: none of the following options exists as of rtorrent 0.9.2-1 - # Tells the system whether it should start at the default window size only for new TCP connections or also for existing TCP connections that have been idle for too long. Default: 1 net.ipv4.tcp_slow_start_after_idle = 0 # Allow reuse of sockets in TIME_WAIT state for new connections only when it is safe from the network stack’s perspective. Default: 0