Merged silc_1_0_branch to trunk.
[silc.git] / doc / example_silcd.conf.in
index 2610cb23ba34be08461735a7b49472551f5c236e..a5312e248b649a028d973b4118b1e2403db5a3eb 100644 (file)
@@ -48,8 +48,9 @@ General {
        # without FQDN cannot connect to the server.
        #require_reverse_lookup = true;
 
-       # Maximum number of incoming connections allowed to this server.
-       # If more attempt to connect they will be refused.
+       # Maximum number of connections server can handle.  If you want
+       # to limit the number of incoming connections, define the
+       # connections_max in the ConnectionParams.
        connections_max = 1000;
 
        # Maximum number of incoming connections allowed per single host.