Skip to content

Commit

Permalink
dispatcher: docs for xavp_dst_mode to store socket string in dst xavp
Browse files Browse the repository at this point in the history
(cherry picked from commit 6389c98)
  • Loading branch information
miconda committed Jan 8, 2020
1 parent 16e41ff commit e400db2
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions src/modules/dispatcher/doc/dispatcher_admin.xml
Expand Up @@ -344,10 +344,15 @@ modparam("dispatcher", "force_dst", 1)
sock - the socket pointer.
</listitem>
<listitem>
socket - the socket string - it iadded only if xavp_dst_mode has bit 2 set
(value 2).
</listitem>
<listitem>
dstid - the destination unique id (in case of call load distribution algorithm).
</listitem>
<listitem>
attrs - the attributes - they are added if xavp_dst_mode does not have the bit 1 set.
attrs - the attributes - they are added if xavp_dst_mode does not have
the bit 1 set (value 1).
</listitem>
</itemizedlist>
</para>
Expand All @@ -358,11 +363,13 @@ modparam("dispatcher", "force_dst", 1)
</para>
<example>
<title>Set the <quote>xavp_dst_mode</quote> parameter</title>
<programlisting format="linespecific">
...
modparam("dispatcher", "xavp_dst_mode", 1)
...
</programlisting>
<programlisting format="linespecific">
...
modparam("dispatcher", "xavp_dst_mode", 1)
...
modparam("dispatcher", "xavp_dst_mode", 2)
...
</programlisting>
</example>
</section>
<section id="dispatcher.p.xavp_ctx">
Expand Down

0 comments on commit e400db2

Please sign in to comment.