Module: sip-router
Branch: master
Commit: 5f1b144a7e63b464af3e5e0e7b74cf7e7e1e8668
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5f1b144…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Sat Jun 15 19:30:59 2013 +0200
tm: documented dn_reuse_rcv_socket parameter
---
modules/tm/doc/params.xml | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/modules/tm/doc/params.xml b/modules/tm/doc/params.xml
index 767a5fc..4d3bf26 100644
--- a/modules/tm/doc/params.xml
+++ b/modules/tm/doc/params.xml
@@ -1378,4 +1378,34 @@ modparam("tm", "failure_exec_mode", 1)
</example>
</section>
+
+ <section id="tm.p.dns_reuse_rcv_socket">
+ <title><varname>dns_reuse_rcv_socket</varname>
(boolean)</title>
+ <para>
+ Control reuse of the receive socket for additional branches added
+ by dns failover. If set to 1, the receive socket is used for
+ sending out the new branches, unless the socket is forced
+ explicitely in configuration file. If set to 0, selected socket
+ is done depending on value of global parameter mhomed (if mhomed=0,
+ then the first listen socket is used, otherwise the socket is
+ selected based on routing rules).
+ </para>
+ <para>
+ Do enable it with caution, it might create troubles on dns results
+ with different transport layer. Better let it disabled and enable
+ mhomed.
+ </para>
+ <para>
+ Default value is 0 (disabled).
+ </para>
+ <example>
+ <title>Set <varname>dns_reuse_rcv_socket</varname>
parameter</title>
+ <programlisting>
+...
+modparam("tm", "dns_reuse_rcv_socket", 1)
+...
+ </programlisting>
+ </example>
+ </section>
+
</section>