updates.
[silc.git] / doc / example_silcd.conf.in
index 3ddf7614876e5e4d43960cdf8de6633dd7f0d78c..c68029a54e3cfd5612fd6a1eafbb2052179b1e6c 100644 (file)
@@ -148,11 +148,13 @@ General {
        # allowed for incoming data.  If more is received at once the QoS
        # is applied to the data.  The "qos_limit_sec" and "qos_limit_usec"
        # is the timeout used to delay the data handling, seconds and
-       # microseconds, respectively.  This can be overridden with
+       # microseconds, respectively.  NOTE: If you enable QoS in General
+       # section it applies to server connections as well.  Server
+       # connections SHOULD NOT use QoS.  This can be overridden with
        # ConnectionParams.
        #qos = true;
-       #qos_rate_limit = 5;
-       #qos_bytes_limit = 1024;
+       #qos_rate_limit = 10;
+       #qos_bytes_limit = 2048;
        #qos_limit_sec = 0;
        #qos_limit_usec = 500000;
 };
@@ -387,8 +389,8 @@ ConnectionParams {
        # microseconds, respectively.  For server connections QoS SHOULD NOT
        # be set.
        #qos = true;
-       #qos_rate_limit = 5;
-       #qos_bytes_limit = 1024;
+       #qos_rate_limit = 10;
+       #qos_bytes_limit = 2048;
        #qos_limit_sec = 0;
        #qos_limit_usec = 500000;
 };