docs cleaning

This commit is contained in:
mom040267 2014-05-30 06:37:08 +00:00
parent 16f2f22dd3
commit 7e7ee8b868
3 changed files with 10 additions and 4 deletions

View File

@ -113,7 +113,7 @@ Flags:
-G Generate extra requests (create permissions, channel bind).
-B Random disconnect after a few initial packets.
-B Random disconnect after a few initial packets.
Options with required values:
@ -148,11 +148,13 @@ Options with required values:
-W TURN REST API authentication secret. Is not compatible with -A flag.
-C This is the timestamp/username separator symbol (character) in
-C This is the timestamp/username separator symbol (character) in
TURN REST API. The default value is :.
-F Cipher suite for TLS/DTLS. Default value is DEFAULT.
-o the ORIGIN STUN attribute value.
-a Bandwidth for the bandwidth request in ALLOCATE. The default value is zero.
See the examples in the "examples/scripts" directory.

View File

@ -246,6 +246,10 @@ TURN REST API. The default value is :.
Cipher suite for TLS/DTLS. Default value is DEFAULT.
.TP
.B
\fB\-o\fP
the ORIGIN STUN attribute value.
.TP
.B
\fB\-a\fP
Bandwidth for the bandwidth request in ALLOCATE. The default value is zero.
.PP

View File

@ -147,8 +147,8 @@ static char Usage[] =
" -W TURN REST API authentication secret. Is not compatible with -A option.\n"
" -C TURN REST API timestamp/username separator symbol (character). The default value is ':'.\n"
" -F <cipher-suite> Cipher suite for TLS/DTLS. Default value is DEFAULT.\n"
" -a <bytes-per-second> Bandwidth for the bandwidth request in ALLOCATE. The default value is zero.\n"
" -o <origin> - the ORIGIN STUN attribute value.\n";
" -o <origin> - the ORIGIN STUN attribute value.\n"
" -a <bytes-per-second> Bandwidth for the bandwidth request in ALLOCATE. The default value is zero.\n";
//////////////////////////////////////////////////