updates.
authorPekka Riikonen <priikone@silcnet.org>
Thu, 2 Oct 2003 14:19:18 +0000 (14:19 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 2 Oct 2003 14:19:18 +0000 (14:19 +0000)
doc/example_silcd.conf.in

index 7fe6df76bdc2ae4d0bc3362dd136226ee5e63c31..2610cb23ba34be08461735a7b49472551f5c236e 100644 (file)
@@ -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).
 #