View | Details | Raw Unified | Return to bug 32912 | Differences between
and this patch

Collapse All | Expand All

(-)LINT (+5 lines)
Lines 556-561 Link Here
556
# packets without touching the ttl).  This can be useful to hide firewalls
556
# packets without touching the ttl).  This can be useful to hide firewalls
557
# from traceroute and similar tools.
557
# from traceroute and similar tools.
558
#
558
#
559
# TCBHASHSIZE is the target size of the TCP PCB (process control block) hash
560
# tables.  This must be a power of 2.  The default is 512 (2^9). See tcp(4)
561
# for more information.
562
#
559
# TCPDEBUG is undocumented.
563
# TCPDEBUG is undocumented.
560
#
564
#
561
options 	MROUTING		# Multicast routing
565
options 	MROUTING		# Multicast routing
Lines 573-578 Link Here
573
options 	IPFILTER_LOG		#ipfilter logging
577
options 	IPFILTER_LOG		#ipfilter logging
574
options		IPFILTER_DEFAULT_BLOCK	#block all packets by default
578
options		IPFILTER_DEFAULT_BLOCK	#block all packets by default
575
options 	IPSTEALTH		#support for stealth forwarding
579
options 	IPSTEALTH		#support for stealth forwarding
580
options		TCBHASHSIZE=512		#tcp pcb hash table size
576
options 	TCPDEBUG
581
options 	TCPDEBUG
577
582
578
# RANDOM_IP_ID causes the ID field in IP packets to be randomized
583
# RANDOM_IP_ID causes the ID field in IP packets to be randomized

Return to bug 32912