aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-10-17 04:30:04 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-10-17 04:30:04 +0000
commitb37831146b475558b36d9f4c02dc40da2b37a2e4 (patch)
treec82b489ebff12a8643c3c9e60934575b413d3de8 /sys/conf
parent05153c617ddadcc0f7dfc5578af3e3284da0a22e (diff)
downloadsrc-b37831146b475558b36d9f4c02dc40da2b37a2e4.tar.gz
src-b37831146b475558b36d9f4c02dc40da2b37a2e4.zip
Back out previous revision. TCBHASHSIZE isn't an option, despite what I'd
been misled to believe by unknown parties. It probably *should* be an option, but the runtime value is controlled by a tunable, which Ought To Be Enough.
Notes
Notes: svn path=/head/; revision=85043
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 059d68972483..7bef2eeb16ce 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2925,11 +2925,6 @@ 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