浏览代码

tm: updated readme with default value for failure_reply_mode

- addapted from master commit 469c150
Daniel-Constantin Mierla 11 年之前
父节点
当前提交
432ac22171
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      modules/tm/README
  2. 2 2
      modules/tm/doc/params.xml

+ 2 - 2
modules/tm/README

@@ -1444,11 +1444,11 @@ modparam("tm", "local_ack_mode", 1)
        destination, you will get in failure_route the reply coming from
        that destination or a local timeout).
 
-   The default value is 0.
+   The default value is 3.
 
    Example 1.39. Set failure_reply_mode parameter
 ...
-modparam("tm", "failure_reply_mode", 3)
+modparam("tm", "failure_reply_mode", 0)
 ...
 
 4.40. faked_reply_prio (integer)

+ 2 - 2
modules/tm/doc/params.xml

@@ -1221,13 +1221,13 @@ modparam("tm", "local_ack_mode", 1)
 		</para></listitem>
 	</itemizedlist>
 	<para>
-		The default value is 0.
+		The default value is 3.
 	</para>
 	<example>
 		<title>Set <varname>failure_reply_mode</varname> parameter</title>
 		<programlisting>
 ...
-modparam("tm", "failure_reply_mode", 3)
+modparam("tm", "failure_reply_mode", 0)
 ...
 	    </programlisting>
 	</example>