aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.tex
diff options
context:
space:
mode:
authorEvgeny Khramtsov <xramtsov@gmail.com>2014-08-21 01:26:22 +0400
committerEvgeny Khramtsov <xramtsov@gmail.com>2014-08-21 01:26:22 +0400
commit4a9417c50142ca8350cc8392768b4cdb89fc45b4 (patch)
treef078a77b9841cc1d2379ede1bd0cb5d60c3668b8 /doc/guide.tex
parentMerge pull request #283 from weiss/allow-unlimited-ack-queue (diff)
parentGuide: For consistency, use 'infinity' everywhere (diff)
Merge pull request #284 from weiss/infinity-vs-unlimited
Guide: For consistency, use 'infinity' everywhere
Diffstat (limited to 'doc/guide.tex')
-rw-r--r--doc/guide.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide.tex b/doc/guide.tex
index 7b86376da..17f164a78 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -2023,10 +2023,10 @@ The specific configurable options are:
\titem{turn\_max\_port: Integer}
Together with \option{turn\_min\_port} forms port range to allocate from.
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.
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.
The default value is 10. Implies \term{use\_turn}.
\titem{auth\_type: user|anonymous}