summaryrefslogtreecommitdiffstats
path: root/etc/sysconfig
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-11 19:08:37 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-11 19:08:37 +0000
commite3b120088fc0412693845ad0df34cf1d3551744d (patch)
treea131388113315370552d956fc65fdfc3e25fb2ca /etc/sysconfig
parenta0a1fbecf5993c46ab6e139646c02906890b3a57 (diff)
downloadFreeBSD-src-e3b120088fc0412693845ad0df34cf1d3551744d.zip
FreeBSD-src-e3b120088fc0412693845ad0df34cf1d3551744d.tar.gz
Reviewed by: wollman
Add a knob to make it easy to turn off RFC 1323 and RFC 1644 options.
Diffstat (limited to 'etc/sysconfig')
-rw-r--r--etc/sysconfig10
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/sysconfig b/etc/sysconfig
index bb8e536..96903f2 100644
--- a/etc/sysconfig
+++ b/etc/sysconfig
@@ -4,7 +4,7 @@
# This is sysconfig - a file full of useful variables that you can set
# to change the default startup behavior of your system.
#
-# $Id: sysconfig,v 1.10 1995/04/11 01:22:24 rgrimes Exp $
+# $Id: sysconfig,v 1.11 1995/04/24 23:52:16 rgrimes Exp $
######################### Start Of Syscons Section #######################
@@ -63,6 +63,14 @@ hostname=myname.my.domain
# Set to the NIS domainname of your host, or NO if none
defaultdomainname=NO
+#
+# Some broken implementations can't handle the RFC 1323 and RFC 1644
+# TCP options. If TCP connections randomly hang, try disabling this,
+# and bug the vendor of the losing equipment.
+#
+tcp_extensions=YES
+
+# XXX This is known to cause an error if /usr is nfs mounted since it
# Set to the list of network devices on this host. You must have an
# ifconfig_${network_interface} line for each interface listed here.
# for example:
OpenPOWER on IntegriCloud