From 0ed28f78322e4eae741bebce42a69044ffc3ffff Mon Sep 17 00:00:00 2001 From: mp Date: Mon, 8 Jul 2002 22:00:43 +0000 Subject: Back out previous TCBHASHSIZE change. This should not be a kernel option. Pointed out by: bde --- sys/conf/NOTES | 6 ------ sys/conf/options | 1 - 2 files changed, 7 deletions(-) (limited to 'sys') 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 -- cgit v1.1