summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorjesper <jesper@FreeBSD.org>2001-04-20 11:58:56 +0000
committerjesper <jesper@FreeBSD.org>2001-04-20 11:58:56 +0000
commita1fab55459954386c576d48706657c8cb4cb91d4 (patch)
treeb705e779553d97b6a52a0d9e59dc8e8ffce55857 /sys/conf
parent96367160982bc210fed94ea4cde6d3ac00a343e8 (diff)
downloadFreeBSD-src-a1fab55459954386c576d48706657c8cb4cb91d4.zip
FreeBSD-src-a1fab55459954386c576d48706657c8cb4cb91d4.tar.gz
Say goodbye to TCP_COMPAT_42
Reviewed by: wollman Requested by: wollman
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES5
-rw-r--r--sys/conf/options1
2 files changed, 0 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index c874a97..c0f6c5e 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -541,10 +541,6 @@ device stf #6to4 IPv6 over IPv4 encapsulation
#
# Internet family options:
#
-# TCP_COMPAT_42 causes the TCP code to emulate certain bugs present in
-# 4.2BSD. This option should not be used unless you have a 4.2BSD
-# machine and TCP connections fail.
-#
# MROUTING enables the kernel multicast packet forwarder, which works
# with mrouted(8).
#
@@ -576,7 +572,6 @@ device stf #6to4 IPv6 over IPv4 encapsulation
#
# TCPDEBUG is undocumented.
#
-options TCP_COMPAT_42 #emulate 4.2BSD TCP bugs
options MROUTING # Multicast routing
options IPFIREWALL #firewall
options IPFIREWALL_VERBOSE #print information about
diff --git a/sys/conf/options b/sys/conf/options
index cef90fd..9ed2314 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -284,7 +284,6 @@ PPP_BSDCOMP opt_ppp.h
PPP_DEFLATE opt_ppp.h
PPP_FILTER opt_ppp.h
SLIP_IFF_OPTS opt_slip.h
-TCP_COMPAT_42 opt_compat.h
TCPDEBUG
TCP_DROP_SYNFIN opt_tcp_input.h
XBONEHACK
OpenPOWER on IntegriCloud