1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

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.
This commit is contained in:
Dag-Erling Smørgrav 2001-10-17 04:30:04 +00:00
parent 05153c617d
commit b37831146b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85043
2 changed files with 0 additions and 10 deletions

View File

@ -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

View File

@ -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