|
@@ -151,6 +151,25 @@ function ksr_evapi_event(evname)
|
|
|
return 1;
|
|
|
end
|
|
|
...
|
|
|
+</programlisting>
|
|
|
+ </example>
|
|
|
+ </section>
|
|
|
+ <section id="evapi.p.max_clients">
|
|
|
+ <title><varname>max_clients</varname> (int)</title>
|
|
|
+ <para>
|
|
|
+ Maximum number of clients that can connect to evapi socket.
|
|
|
+ </para>
|
|
|
+ <para>
|
|
|
+ <emphasis>
|
|
|
+ Default value is 8.
|
|
|
+ </emphasis>
|
|
|
+ </para>
|
|
|
+ <example>
|
|
|
+ <title>Set <varname>max_clients</varname> parameter</title>
|
|
|
+ <programlisting format="linespecific">
|
|
|
+...
|
|
|
+modparam("evapi", "max_clients", 4)
|
|
|
+...
|
|
|
</programlisting>
|
|
|
</example>
|
|
|
</section>
|