summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-12-06 19:44:31 +0000
committerrwatson <rwatson@FreeBSD.org>2001-12-06 19:44:31 +0000
commitaccfe66c9c55b48ed19371b8b03a7af24905beea (patch)
treebe82c749236ee516534fd278982ebfcd59fd4cc6 /share
parent9de94cbbea4b2c1d41ee380e9eb42adb63d75369 (diff)
downloadFreeBSD-src-accfe66c9c55b48ed19371b8b03a7af24905beea.zip
FreeBSD-src-accfe66c9c55b48ed19371b8b03a7af24905beea.tar.gz
The default values for net.inet.tcp.sendspace and net.inet.tcp.recvspace
have been changed to 32k and 64k respectively.
Diffstat (limited to 'share')
-rw-r--r--share/man/man7/tuning.73
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man7/tuning.7 b/share/man/man7/tuning.7
index 80df23f..3f120f9 100644
--- a/share/man/man7/tuning.7
+++ b/share/man/man7/tuning.7
@@ -424,7 +424,8 @@ sysctls are of particular interest if you are running network intensive
applications.
This controls the amount of send and receive buffer space
allowed for any given TCP connection.
-The default is 16K.
+The default sending buffer is 32k; the default receiving buffer
+is 64k.
You can often
improve bandwidth utilization by increasing the default at the cost of
eating up more kernel memory for each connection.
OpenPOWER on IntegriCloud