X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=doc%2Fexample_silcd.conf.in;h=c68029a54e3cfd5612fd6a1eafbb2052179b1e6c;hb=a1f5a1f7cfc6f37bff61252998589c9da443497a;hp=3ddf7614876e5e4d43960cdf8de6633dd7f0d78c;hpb=dc1490d310e80b0a10b24011a767e404f5c06268;p=crypto.git diff --git a/doc/example_silcd.conf.in b/doc/example_silcd.conf.in index 3ddf7614..c68029a5 100644 --- a/doc/example_silcd.conf.in +++ b/doc/example_silcd.conf.in @@ -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; };