From: Pekka Riikonen Date: Thu, 2 Oct 2003 14:19:18 +0000 (+0000) Subject: updates. X-Git-Tag: silc.toolkit.0.9.10~23 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=e860596fce6b6a5293e391e1468ca3ef9cb3836b;p=silc.git updates. --- diff --git a/doc/example_silcd.conf.in b/doc/example_silcd.conf.in index 7fe6df76..2610cb23 100644 --- a/doc/example_silcd.conf.in +++ b/doc/example_silcd.conf.in @@ -157,6 +157,10 @@ General { #qos_bytes_limit = 2048; #qos_limit_sec = 0; #qos_limit_usec = 500000; + + # Debug string. Debug string can be set to print debugging from + # the running server. The debug is redirected to stderr. + # debug_string = ""; }; # @@ -477,7 +481,7 @@ ServerConnection { # must be the router this server will be connected to. For router servers, # this section includes all configured router connections. The first # configured connection is the primary route. The Host (mandatory) specifies -# the remote hostname or IP address. The Port specifies the remote port +# the remote hostname or IP address. The Port specifies the remote port # to connect when Initiator is true. When Initiator is false the Port # specifies the local port (listener port). #