Selaa lähdekoodia

modules: readme files regenerated - dispatcher ... [skip ci]

Kamailio Dev 4 päivää sitten
vanhempi
commit
5ebab96bb0
1 muutettua tiedostoa jossa 5 lisäystä ja 4 poistoa
  1. 5 4
      src/modules/dispatcher/README

+ 5 - 4
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.