summaryrefslogtreecommitdiffstats
path: root/share/man/man7/tuning.7
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2002-12-14 21:00:17 +0000
committerdillon <dillon@FreeBSD.org>2002-12-14 21:00:17 +0000
commit524e713804055d6dc9b8da193b80f7a4cbe30ef4 (patch)
treecd69d74098ad61f3d4b5808149f7614b3804366c /share/man/man7/tuning.7
parentbb0e8ad59aab5cf40ac2ec9d26d8d6ae7daf76ac (diff)
downloadFreeBSD-src-524e713804055d6dc9b8da193b80f7a4cbe30ef4.zip
FreeBSD-src-524e713804055d6dc9b8da193b80f7a4cbe30ef4.tar.gz
Change tcp.inflight_min from 1024 to a production default of 6144. Create
a sysctl for the stabilization value for the bandwidth delay product (inflight) algorithm and document it. MFC after: 3 days
Diffstat (limited to 'share/man/man7/tuning.7')
-rw-r--r--share/man/man7/tuning.715
1 files changed, 15 insertions, 0 deletions
diff --git a/share/man/man7/tuning.7 b/share/man/man7/tuning.7
index 092658b..eead2a8 100644
--- a/share/man/man7/tuning.7
+++ b/share/man/man7/tuning.7
@@ -587,6 +587,21 @@ only effects data transmission (uploading / server-side).
It does not
effect data reception (downloading).
.Pp
+Adjusting
+.Va net.inet.tcp.inflight_stab
+is not recommended.
+This parameter defaults to 20, representing 2 maximal packets added
+to the bandwidth delay product window calculation. The additional
+window is required to stabilize the algorithm and improve responsiveness
+to changing conditions, but it can also result in higher ping times
+over slow links (though still much lower then you would get without
+the inflight algorithm). In such cases you may
+wish to try reducing this parameter to 15, 10, or 5, and you may also
+have to reduce
+.Va net.inet.tcp.inflight_min
+(for example, to 3500) to get the desired effect. Reducing these parameters
+should be done as a last resort only.
+.Pp
The
.Va net.inet.ip.portrange.*
sysctls control the port number ranges automatically bound to TCP and UDP
OpenPOWER on IntegriCloud