Module: kamailio Branch: master Commit: 5ebab96bb07cbd7bfbb40a6815ce2cf342b438f4 URL: https://github.com/kamailio/kamailio/commit/5ebab96bb07cbd7bfbb40a6815ce2cf342b438f4
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2025-09-10T14:31:10+02:00 modules: readme files regenerated - dispatcher ... [skip ci] --- Modified: src/modules/dispatcher/README --- Diff: https://github.com/kamailio/kamailio/commit/5ebab96bb07cbd7bfbb40a6815ce2cf342b438f4.diff Patch: https://github.com/kamailio/kamailio/commit/5ebab96bb07cbd7bfbb40a6815ce2cf342b438f4.patch --- diff --git a/src/modules/dispatcher/README b/src/modules/dispatcher/README index fd49ce880e7..7d4d83f899e 100644 --- a/src/modules/dispatcher/README +++ b/src/modules/dispatcher/README @@ -1259,10 +1259,11 @@ modparam("dispatcher", "ds_interval_mode", 7200) lowered by 1 for every ms of estimated congestion, a 'rweight' value of 50 is recommended. See the example "configuring load balancing with congestion detection" below. - The congestion estimation is done using an EWMA (see - ds_latency_estimator_alpha). If all the gateways in a set are - above their congestion threshold(weight), the load - distribution is instead done using the ratio of estimated + The congestion estimation is done using an Exponentially + Weighted Moving Average (EWMA). More information about the + algorithm can be found for example here. 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. See also the description of the 'rweight' attribute in the 'Special Attributes' section. _______________________________________________ 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!
