24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +02:00

Guide: For consistency, use 'infinity' everywhere

This commit is contained in:
Holger Weiss 2014-08-20 20:43:38 +02:00
parent 33e0bf1c19
commit 72049e5323

View File

@ -2023,10 +2023,10 @@ The specific configurable options are:
\titem{turn\_max\_port: Integer} \titem{turn\_max\_port: Integer}
Together with \option{turn\_min\_port} forms port range to allocate from. Together with \option{turn\_min\_port} forms port range to allocate from.
The default is 65535. Implies \term{use\_turn}. The default is 65535. Implies \term{use\_turn}.
\titem{turn\_max\_allocations: Integer|unlimited} \titem{turn\_max\_allocations: Integer|infinity}
Maximum number of TURN allocations available from the particular IP address. Maximum number of TURN allocations available from the particular IP address.
The default value is 10. Implies \term{use\_turn}. The default value is 10. Implies \term{use\_turn}.
\titem{turn\_max\_permissions: Integer|unlimited} \titem{turn\_max\_permissions: Integer|infinity}
Maximum number of TURN permissions available from the particular IP address. Maximum number of TURN permissions available from the particular IP address.
The default value is 10. Implies \term{use\_turn}. The default value is 10. Implies \term{use\_turn}.
\titem{auth\_type: user|anonymous} \titem{auth\_type: user|anonymous}