# 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;
};
# 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;
};
}
/* 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)
{