aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-10-16 21:53:27 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-10-16 21:53:27 +0000
commit446975de60aff90359083d594aeedd4ad3976bd5 (patch)
tree7b3d705de2f2874aab2467eb42f4938daefc5e5e /sys/i386
parentc8123d63a2de7ebe74cf8fc020a91883133594a3 (diff)
Notes
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/NOTES5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 7bef2eeb16ce..059d68972483 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2925,6 +2925,11 @@ options NBUF=512 # Number of buffer headers
options NMBCLUSTERS=1024 # Number of mbuf clusters
+# Set the size of the TCB hash, where information about active connections
+# is stored. This must be a power of two, and should be set to something
+# comfortably larger than the expected number of concurrent TCP connections.
+options TCBHASHSIZE=4096
+
options PSM_DEBUG=1
options SCSI_NCR_DEBUG