docs cleaning

libevent.rpm
mom040267 11 years ago
parent 16f2f22dd3
commit 7e7ee8b868
  1. 6
      README.turnutils
  2. 4
      man/man1/turnutils.1
  3. 4
      src/apps/uclient/mainuclient.c

@ -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.

@ -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

@ -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";
//////////////////////////////////////////////////

Loading…
Cancel
Save