diff --git a/ChangeLog b/ChangeLog index cded1cc..4fdd715 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 11/07/2014 Oleg Moskalenko 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 diff --git a/README.turnutils b/README.turnutils index 618800b..106983e 100644 --- a/README.turnutils +++ b/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. diff --git a/man/man1/turnadmin.1 b/man/man1/turnadmin.1 index e47caf7..41688d1 100644 --- a/man/man1/turnadmin.1 +++ b/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 diff --git a/man/man1/turnserver.1 b/man/man1/turnserver.1 index cd6d82f..2f921a9 100644 --- a/man/man1/turnserver.1 +++ b/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 diff --git a/man/man1/turnutils.1 b/man/man1/turnutils.1 index ec39407..260ca5f 100644 --- a/man/man1/turnutils.1 +++ b/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.