Author: trasz Date: Tue Oct 28 17:11:51 2014 New Revision: 273793 URL: https://svnweb.freebsd.org/changeset/base/273793
Log: Document iSNS defaults. MFC after: 1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/ctld/ctl.conf.5 Modified: head/usr.sbin/ctld/ctl.conf.5 ============================================================================== --- head/usr.sbin/ctld/ctl.conf.5 Tue Oct 28 17:08:13 2014 (r273792) +++ head/usr.sbin/ctld/ctl.conf.5 Tue Oct 28 17:11:51 2014 (r273793) @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 23, 2014 +.Dd October 28, 2014 .Dt CTL.CONF 5 .Os .Sh NAME @@ -111,8 +111,10 @@ An IPv4 or IPv6 address and optionally p .It Ic isns-period Ar seconds iSNS registration period. Registered Network Entity not updated during this period will be unregistered. +The default is 900. .It Ic isns-timeout Ar seconds Timeout for iSNS requests. +The default is 5. .El .Ss auth-group Context .Bl -tag -width indent _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
