Jelajahi Sumber

docs cleaning

mom040267 11 tahun lalu
induk
melakukan
7e7ee8b868
3 mengubah file dengan 10 tambahan dan 4 penghapusan
  1. 4 2
      README.turnutils
  2. 4 0
      man/man1/turnutils.1
  3. 2 2
      src/apps/uclient/mainuclient.c

+ 4 - 2
README.turnutils

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

+ 4 - 0
man/man1/turnutils.1

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

+ 2 - 2
src/apps/uclient/mainuclient.c

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