1
0
mirror of https://github.com/coturn/coturn.git synced 2025-11-04 00:41:02 +01:00

docs updated

This commit is contained in:
mom040267 2014-11-09 09:25:25 +00:00
parent 61947e8dbd
commit 9ee8788e16
5 changed files with 5 additions and 18 deletions

View File

@ -1,5 +1,6 @@
11/07/2014 Oleg Moskalenko <mom040267@gmail.com>
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 <mom040267@gmail.com>

View File

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

View File

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

View File

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

View File

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