Преглед на файлове

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

Kamailio Dev преди 3 дни
родител
ревизия
5ebab96bb0
променени са 1 файла, в които са добавени 5 реда и са изтрити 4 реда
  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.