summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormp <mp@FreeBSD.org>2002-07-08 22:00:43 +0000
committermp <mp@FreeBSD.org>2002-07-08 22:00:43 +0000
commit0ed28f78322e4eae741bebce42a69044ffc3ffff (patch)
tree57be43d6b191374ac7c93784f6f50ba2a91c7131 /sys
parent10c9f8ef06c5b7d6d1f98941b1506df91cdd771e (diff)
downloadFreeBSD-src-0ed28f78322e4eae741bebce42a69044ffc3ffff.zip
FreeBSD-src-0ed28f78322e4eae741bebce42a69044ffc3ffff.tar.gz
Back out previous TCBHASHSIZE change. This should not be a kernel option.
Pointed out by: bde
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES6
-rw-r--r--sys/conf/options1
2 files changed, 0 insertions, 7 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index a1dcc1d..4aeb7a4 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -483,11 +483,6 @@ device stf #6to4 IPv6 over IPv4 encapsulation
# network code where filtering is required. See the pfil(9) man page.
# This option is a subset of the IPFILTER option.
#
-# TCBHASHSIZE is the target size of the TCP PCB (process control block) hash
-# tables. This must be a power of 2 and the default is 512 (2^9). Note: a
-# better mechanism to change this is via a kernel environment variable,
-# net.inet.tcp.tcbhashsize. See tcp(4) for more information.
-#
# TCPDEBUG enables code which keeps traces of the TCP state machine
# for sockets with the SO_DEBUG option set, which can then be examined
# using the trpt(8) utility.
@@ -508,7 +503,6 @@ options IPFILTER_LOG #ipfilter logging
options IPFILTER_DEFAULT_BLOCK #block all packets by default
options IPSTEALTH #support for stealth forwarding
options PFIL_HOOKS
-options TCBHASHSIZE=512 #tcp pcb hash table size
options TCPDEBUG
# RANDOM_IP_ID causes the ID field in IP packets to be randomized
diff --git a/sys/conf/options b/sys/conf/options
index 5eb210d..b9ae031 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -303,7 +303,6 @@ PPP_DEFLATE opt_ppp.h
PPP_FILTER opt_ppp.h
RANDOM_IP_ID
SLIP_IFF_OPTS opt_slip.h
-TCBHASHSIZE
TCPDEBUG
TCP_DROP_SYNFIN opt_tcp_input.h
XBONEHACK
OpenPOWER on IntegriCloud