Author: luigi
Date: Tue Feb 18 04:38:26 2014
New Revision: 262150
URL: http://svnweb.freebsd.org/changeset/base/262150

Log:
  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.

Modified:
  head/release/picobsd/floppy.tree/etc/rc.conf   (contents, props changed)

Modified: head/release/picobsd/floppy.tree/etc/rc.conf
==============================================================================
--- head/release/picobsd/floppy.tree/etc/rc.conf        Tue Feb 18 04:27:41 
2014        (r262149)
+++ head/release/picobsd/floppy.tree/etc/rc.conf        Tue Feb 18 04:38:26 
2014        (r262150)
@@ -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}"
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to