forked from coturn/coturn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update man and README according natdiscovery changes
- Loading branch information
Mészáros Mihály
committed
Sep 29, 2017
1 parent
4b22e6f
commit fee5442
Showing
2 changed files
with
35 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,8 +46,8 @@ $ ./scripts/secure_relay.sh | |
5. | ||
\fIturnutils_natdiscovery\fP: a utility that provides NAT behavior discovery | ||
according RFC5780. This utility discovers the actual NAT Mapping and Filtering | ||
behavior. Be aweare that at least two different listening IP addresses should | ||
be configured to be able to work properly! | ||
behavior, etc. Be aware that on TURN server side two different listening IP | ||
addresses should be configured to be able to work properly! | ||
.TP | ||
.B | ||
6. | ||
|
@@ -418,12 +418,22 @@ NAT mapping behavior discovery | |
NAT filtering behavior discovery | ||
.TP | ||
.B | ||
\fB\-t\fP | ||
NAT mapping lifetime behavior discovery | ||
Requires a timer (\fB\-T\fP) | ||
.TP | ||
.B | ||
\fB\-c\fP | ||
NAT collision behavior discovery | ||
.TP | ||
.B | ||
\fB\-H\fP | ||
NAT hairpinning behavior discovery | ||
.TP | ||
.B | ||
\fB\-P\fP | ||
Add 1500 byte Padding to the behavior discovery | ||
Applicable with all except NAT mapping Lifetime discovery | ||
.PP | ||
Options with required values: | ||
.TP | ||
|
@@ -436,9 +446,18 @@ STUN server port (Default: 3478) | |
Local address to use (optional) | ||
.TP | ||
.B | ||
\fB\-l\fP | ||
Local port to use (use with \fB\-L\fP) | ||
.TP | ||
.B | ||
\fB\-A\fP | ||
Secondary Local address (optional) | ||
Required for collision discovery | ||
.TP | ||
.B | ||
\fB\-T\fP | ||
Mapping lifetime timer (sec) | ||
Used by mapping lifetime behavior discovery | ||
.PP | ||
Usage: | ||
.PP | ||
|
@@ -650,5 +669,6 @@ Mutsutoshi Yoshimoto <[email protected]> | |
Federico Pinna <[email protected]> | ||
.PP | ||
Bradley T. Hughes <[email protected]> | ||
.RE | ||
.PP | ||
Mihaly Meszaros <[email protected]> |