瀏覽代碼

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'
             lowered by 1 for every ms of estimated congestion, a 'rweight'
             value of 50 is recommended. See the example "configuring load
             value of 50 is recommended. See the example "configuring load
             balancing with congestion detection" below.
             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.
             congestion ms.
             See also the description of the 'rweight' attribute in the
             See also the description of the 'rweight' attribute in the
             'Special Attributes' section.
             'Special Attributes' section.