Back out previous TCBHASHSIZE change. This should not be a kernel option.

Pointed out by:	bde
This commit is contained in:
Mark Peek 2002-07-08 22:00:43 +00:00
parent 83e26f65c7
commit b7c5c8fb06
2 changed files with 0 additions and 7 deletions

View File

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

View File

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