|
|
@@ -1,5 +1,5 @@
|
|
|
.\" Text automatically generated by txt2man
|
|
|
-.TH TURN 1 "23 November 2014" "" ""
|
|
|
+.TH TURN 1 "06 December 2014" "" ""
|
|
|
.SH GENERAL INFORMATION
|
|
|
|
|
|
The \fBTURN Server\fP project contains the source code of a TURN server and TURN client
|
|
|
@@ -527,13 +527,14 @@ By default, this value is empty, and no address mapping is used.
|
|
|
.TP
|
|
|
.B
|
|
|
\fB\-m\fP, \fB\-\-relay\-threads\fP
|
|
|
-Number of relay threads to handle the established connections
|
|
|
+Number of the relay threads to handle the established connections
|
|
|
(in addition to authentication thread and the listener thread).
|
|
|
-If set to 0 then application runs relay process in a single thread,
|
|
|
+If explicitly set to 0 then application runs relay process in a single thread,
|
|
|
in the same thread with the listener process (the authentication thread will
|
|
|
-still be a separate thread). In older systems (before Linux kernel 3.9),
|
|
|
-the number of UDP threads is always one threads per network listening endpoint \-
|
|
|
-unless "\fB\-m\fP 0" or "\fB\-m\fP 1" is set.
|
|
|
+still be a separate thread). If not set, then a default optimal algorithm
|
|
|
+will be employed (OS\-dependent). In the older Linux systems
|
|
|
+(before Linux kernel 3.9), the number of UDP threads is always one threads
|
|
|
+per network listening endpoint \- unless "\fB\-m\fP 0" or "\fB\-m\fP 1" is set.
|
|
|
.TP
|
|
|
.B
|
|
|
\fB\-\-min\-port\fP
|