updates.
authorPekka Riikonen <priikone@silcnet.org>
Mon, 21 Oct 2002 18:09:32 +0000 (18:09 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Mon, 21 Oct 2002 18:09:32 +0000 (18:09 +0000)
doc/example_silcd.conf.in
lib/silcutil/unix/silcunixsockconn.c

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;
 };
index 543fc833dc32a0b704ae2c518fbe2bf968c27a42..b65ad21dc1d90c2ab5e93de5989d02fb7a2212ed 100644 (file)
@@ -66,7 +66,7 @@ int silc_socket_write(SilcSocketConnection sock)
 }
 
 /* QoS read handler, this will call the read and write events to indicate
-   that data is available again after a timeout */
+   that data is available again after a timeout. */
 
 SILC_TASK_CALLBACK(silc_socket_read_qos)
 {