mom040267 11 лет назад
Родитель
Сommit
9ee8788e16
5 измененных файлов с 5 добавлено и 18 удалено
  1. 1 0
      ChangeLog
  2. 0 7
      README.turnutils
  3. 1 1
      man/man1/turnadmin.1
  4. 2 2
      man/man1/turnserver.1
  5. 1 8
      man/man1/turnutils.1

+ 1 - 0
ChangeLog

@@ -1,5 +1,6 @@
 11/07/2014 Oleg Moskalenko <[email protected]>
 Version 4.2.2.3 'Monza':
+	- Request re-transmission implemented in uclient test program.
 	- TLS connection procedure improved in uclient test program.
 
 10/26/2014 Oleg Moskalenko <[email protected]>

+ 0 - 7
README.turnutils

@@ -8,13 +8,6 @@ for testing and for setting up the TURN server.
 The compiled binary image of this program is located in bin/ 
 sub-directory.
 
-WARNING: the turnutils_uclient program is a primitive client application. 
-It does not implement the re-transmission pattern that is necessary for 
-a correct TURN client implementation. In TURN, the retransmission burden 
-is lying almost entirely on the client application. We provide the messaging 
-functionality in the client library, but the client must implement 
-the correct Networking IO processing in the client program code.
-
 2.	turnutils_peer: a simple stateless UDP-only "echo" server, 
 to be used as the final server in relay pattern ("peer"). For every incoming 
 UDP packet, it simply echoes it back.

+ 1 - 1
man/man1/turnadmin.1

@@ -1,5 +1,5 @@
 .\" Text automatically generated by txt2man
-.TH TURN 1 "28 September 2014" "" ""
+.TH TURN 1 "09 November 2014" "" ""
 .SH GENERAL INFORMATION
 
 \fIturnadmin\fP is a TURN administration tool. This tool can be used to manage 

+ 2 - 2
man/man1/turnserver.1

@@ -1,5 +1,5 @@
 .\" Text automatically generated by txt2man
-.TH TURN 1 "28 September 2014" "" ""
+.TH TURN 1 "09 November 2014" "" ""
 .SH GENERAL INFORMATION
 
 The \fBTURN Server\fP project contains the source code of a TURN server and TURN client 
@@ -277,7 +277,7 @@ it does not make much sense with the short\-term mechanism.
 .TP
 .B
 \fB\-\-oauth\fP
-Support oAuth authentication.
+Support oAuth authentication, as in the third\-party TURN specs document.
 .TP
 .B
 \fB\-\-dh566\fP

+ 1 - 8
man/man1/turnutils.1

@@ -1,5 +1,5 @@
 .\" Text automatically generated by txt2man
-.TH TURN 1 "28 September 2014" "" ""
+.TH TURN 1 "09 November 2014" "" ""
 .SH GENERAL INFORMATION
 
 A set of turnutils_* programs provides some utility functionality to be used
@@ -11,13 +11,6 @@ for testing and for setting up the TURN server.
 (this program is provided for the testing purposes only !)
 The compiled binary image of this program is located in bin/ 
 sub\-directory.
-.PP
-WARNING: the \fIturnutils_uclient\fP program is a primitive client application. 
-It does not implement the re\-transmission pattern that is necessary for 
-a correct TURN client implementation. In TURN, the retransmission burden 
-is lying almost entirely on the client application. We provide the messaging 
-functionality in the client library, but the client must implement 
-the correct Networking IO processing in the client program code.
 .TP
 .B
 2.