Forráskód Böngészése

dispatcher: add link to algorithm definition to main section

Henning Westerholt 3 napja
szülő
commit
0933cb319a
1 módosított fájl, 3 hozzáadás és 1 törlés
  1. 3 1
      src/modules/dispatcher/doc/dispatcher_admin.xml

+ 3 - 1
src/modules/dispatcher/doc/dispatcher_admin.xml

@@ -1435,7 +1435,9 @@ modparam("dispatcher", "ds_interval_mode", 7200)
 				congestion detection" below.
 				congestion detection" below.
 				</para>
 				</para>
 				<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
 				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.
 				load distribution is instead done using the ratio of estimated congestion ms.
 				</para>
 				</para>