瀏覽代碼

dispatcher: refrashed description of dispatching algorithm 8

- priority based selection
Daniel-Constantin Mierla 10 年之前
父節點
當前提交
aaf6c2bde1
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      modules/dispatcher/doc/dispatcher_admin.xml

+ 3 - 2
modules/dispatcher/doc/dispatcher_admin.xml

@@ -868,7 +868,7 @@ modparam("dispatcher", "force_dst", 1)
 			</listitem>
 			<listitem>
 				<para>
-				<quote>6</quote> - random (using rand()).
+				<quote>6</quote> - random destination (using rand()).
 				</para>
 			</listitem>
 			<listitem>
@@ -879,7 +879,8 @@ modparam("dispatcher", "force_dst", 1)
 			</listitem>
 			<listitem>
 				<para>
-				<quote>8</quote> - use first destination (good for failover).
+				<quote>8</quote> - select destination sorted by priority
+				attribute value (serial forking ordered by priority).
 				</para>
 			</listitem>
 			<listitem>