summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-10-17 04:30:04 +0000
committerdes <des@FreeBSD.org>2001-10-17 04:30:04 +0000
commit26f336a8a270bf595c8220bf69cd1d1893d1310f (patch)
treec82b489ebff12a8643c3c9e60934575b413d3de8 /sys
parenta6c2ac281a06cd68d22c5f9c91deb5186d940920 (diff)
downloadFreeBSD-src-26f336a8a270bf595c8220bf69cd1d1893d1310f.zip
FreeBSD-src-26f336a8a270bf595c8220bf69cd1d1893d1310f.tar.gz
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.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES5
-rw-r--r--sys/i386/conf/NOTES5
2 files changed, 0 insertions, 10 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 059d689..7bef2ee 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
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 059d689..7bef2ee 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/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
OpenPOWER on IntegriCloud