Skip to content

Commit

Permalink
dialog Add missing ka_failed_limit parameter to README
Browse files Browse the repository at this point in the history
  • Loading branch information
oej committed Mar 1, 2017
1 parent 1f3884c commit 307ad0a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/modules/dialog/doc/dialog_admin.xml
Expand Up @@ -1306,6 +1306,27 @@ modparam("dialog", "ka_interval", 300)
</example>
</section>

<section id="dialog.p.ka_failed_limit">
<title><varname>ka_failed_limit</varname> (int)</title>
<para>
The number of failed keep-alive requests that is accepted
before generating a dialog timeout.
</para>
<para>
<emphasis>
Default value is <quote>1</quote>.
</emphasis>
</para>
<example>
<title>Set <varname>ka_failed_limit</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("dialog", "ka_failed_limit", 5)
...
</programlisting>
</example>
</section>

<section id="dialog.p.timeout_noreset">
<title><varname>timeout_noreset</varname> (int)</title>
<para>
Expand Down

0 comments on commit 307ad0a

Please sign in to comment.