From c3c9304aa94668991bf3935ecebcbe4437fb06e7 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Tue, 18 Feb 2014 04:38:26 +0000 Subject: enable rfc1323 and rfc1644 by default in picobsd images. I disabled it some 15 years ago but it is useful to have them on when doing tcp throughput tests. --- release/picobsd/floppy.tree/etc/rc.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'release') diff --git a/release/picobsd/floppy.tree/etc/rc.conf b/release/picobsd/floppy.tree/etc/rc.conf index d0717cd34945..d9d4bbf6720a 100644 --- a/release/picobsd/floppy.tree/etc/rc.conf +++ b/release/picobsd/floppy.tree/etc/rc.conf @@ -1,6 +1,8 @@ # Sample rc.conf file for PicoBSD # you should mostly set variables here, see rc.conf.defaults. +tcp_extensions=YES # enable rfc1323 and rfc1644 + case ${hostname} in *) echo "processing rc.conf for ${hostname}" -- cgit v1.2.3