From fa83a271b54d8318ca71086a570fc67a940ee9b6 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Fri, 15 Feb 2002 08:13:00 +0000 Subject: [PATCH] updates --- doc/example_silcd.conf.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/example_silcd.conf.in b/doc/example_silcd.conf.in index ce9c2e98..da1d6830 100644 --- a/doc/example_silcd.conf.in +++ b/doc/example_silcd.conf.in @@ -32,7 +32,7 @@ General { # over public key authentication in these cases. #prefer_passphrase_auth = true; - # Set this to true if you the server to require fully qualified + # Set this to true if the server should require fully qualified # domain names (FQDN) for incoming connections. #require_reverse_lookup = false; @@ -46,7 +46,8 @@ General { # interval grows when reconnect count grows. Next example will # attempt to reconnect after 10 seconds of disconnect, and the # interval grows up to 600 seconds or until 7 times was attempted - # to reconnect. + # to reconnect. These settings has effect only when connecting + # as initiator. # # reconnect_count - how many times reconnect is attempted # reconnect_interval - how often reconnect it performed (seconds) @@ -127,6 +128,7 @@ ServerInfo { # # This section is used to set various logging files, their paths, maximum # sizes and logging options. +# # There are only four defined channels allowed for defining (see below). # The log channels have an importance value, and most important channels # are redirected on the less important ones, thus setting a valid logging @@ -192,7 +194,8 @@ ConnectionParam { # interval grows when reconnect count grows. Next example will # attempt to reconnect after 10 seconds of disconnect, and the # interval grows up to 600 seconds or until 7 times was attempted - # to reconnect. + # to reconnect. These settings has effect only when connecting + # as initiator. # # reconnect_count - how many times reconnect is attempted # reconnect_interval - how often reconnect it performed (seconds) -- 2.24.0