Module: kamailio Branch: master Commit: 0933cb319aa2e114b35cfac8383dd88855125b83 URL: https://github.com/kamailio/kamailio/commit/0933cb319aa2e114b35cfac8383dd88855125b83
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2025-09-10T12:19:23Z dispatcher: add link to algorithm definition to main section --- Modified: src/modules/dispatcher/doc/dispatcher_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/0933cb319aa2e114b35cfac8383dd88855125b83.diff Patch: https://github.com/kamailio/kamailio/commit/0933cb319aa2e114b35cfac8383dd88855125b83.patch --- diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml b/src/modules/dispatcher/doc/dispatcher_admin.xml index 77c89c289e1..bfd9982eabc 100644 --- a/src/modules/dispatcher/doc/dispatcher_admin.xml +++ b/src/modules/dispatcher/doc/dispatcher_admin.xml @@ -1435,7 +1435,9 @@ modparam("dispatcher", "ds_interval_mode", 7200) congestion detection" below. </para> <para> - The congestion estimation is done using an EWMA (see ds_latency_estimator_alpha). + The congestion estimation is done using an Exponentially Weighted Moving Average (EWMA). + More information about the algorithm can be found for example + <ulink url="http://www.itl.nist.gov/div898/handbook/pmc/section3/pmc324.htm">here</ulink>. If all the gateways in a set are above their congestion threshold(weight), the load distribution is instead done using the ratio of estimated congestion ms. </para> _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
