summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2001-09-17 03:49:51 +0000
committerjlemon <jlemon@FreeBSD.org>2001-09-17 03:49:51 +0000
commite132016572301e1aa77aa344902800ae2a85491e (patch)
treee6a4f9ba510c35f5c754ad01bf752cdb33096d1b /share
parent4a2f88cd1ec1d4e17d79cf63fa6b60d74745d1f6 (diff)
downloadFreeBSD-src-e132016572301e1aa77aa344902800ae2a85491e.zip
FreeBSD-src-e132016572301e1aa77aa344902800ae2a85491e.tar.gz
Update to reflect the fact that net.inet.tcp.rfc1323 is on by default.
Diffstat (limited to 'share')
-rw-r--r--share/man/man7/tuning.718
1 files changed, 7 insertions, 11 deletions
diff --git a/share/man/man7/tuning.7 b/share/man/man7/tuning.7
index edbf619..dc623d4 100644
--- a/share/man/man7/tuning.7
+++ b/share/man/man7/tuning.7
@@ -313,18 +313,14 @@ bandwidth limitations in order to ensure that they are not charged for
using too much bandwidth.
.Pp
Setting the send or receive TCP buffer to values larger then 65535 will result
-in a marginal performance improvement at best due to limitations within
-the TCP protocol itself.
-These limitations can prevent certain types of network links (specifically,
-gigabit WAN links and high-latency satellite links) from reaching
-their maximum level of performance. For such cases we first recommend that
-you simply set the TCP buffer size to 65535 and stick with that if the
-performance is acceptable. In extreme cases you may have to turn on the
+in a marginal performance improvement unless both hosts support the window
+scaling extension of the TCP protocol, which is controlled by the
.Em net.inet.tcp.rfc1323
-sysctl and increase the buffer size to values greater then 65535. This option
-turns on the window sizing extension to the TCP protocol. We do not recommend
-that you use this option unless you absolutely have to because many hosts on
-the internet can't handle the feature and may cause connections to freeze up.
+sysctl.
+These extensions should be enabled and the TCP buffer size should be set
+to a value larger than 65536 in order to obtain good performance out of
+certain types of network links; specifically, gigabit WAN links and
+high-latency satellite links.
.Pp
We recommend that you turn on (set to 1) and leave on the
.Em net.inet.tcp.always_keepalive
OpenPOWER on IntegriCloud