mirror of
				https://github.com/coturn/coturn.git
				synced 2025-11-04 08:51:00 +01:00 
			
		
		
		
	docs updated
This commit is contained in:
		
							parent
							
								
									61947e8dbd
								
							
						
					
					
						commit
						9ee8788e16
					
				@ -1,5 +1,6 @@
 | 
				
			|||||||
11/07/2014 Oleg Moskalenko <mom040267@gmail.com>
 | 
					11/07/2014 Oleg Moskalenko <mom040267@gmail.com>
 | 
				
			||||||
Version 4.2.2.3 'Monza':
 | 
					Version 4.2.2.3 'Monza':
 | 
				
			||||||
 | 
						- Request re-transmission implemented in uclient test program.
 | 
				
			||||||
	- TLS connection procedure improved in uclient test program.
 | 
						- TLS connection procedure improved in uclient test program.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
10/26/2014 Oleg Moskalenko <mom040267@gmail.com>
 | 
					10/26/2014 Oleg Moskalenko <mom040267@gmail.com>
 | 
				
			||||||
 | 
				
			|||||||
@ -8,13 +8,6 @@ for testing and for setting up the TURN server.
 | 
				
			|||||||
The compiled binary image of this program is located in bin/ 
 | 
					The compiled binary image of this program is located in bin/ 
 | 
				
			||||||
sub-directory.
 | 
					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, 
 | 
					2.	turnutils_peer: a simple stateless UDP-only "echo" server, 
 | 
				
			||||||
to be used as the final server in relay pattern ("peer"). For every incoming 
 | 
					to be used as the final server in relay pattern ("peer"). For every incoming 
 | 
				
			||||||
UDP packet, it simply echoes it back.
 | 
					UDP packet, it simply echoes it back.
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,5 @@
 | 
				
			|||||||
.\" Text automatically generated by txt2man
 | 
					.\" Text automatically generated by txt2man
 | 
				
			||||||
.TH TURN 1 "28 September 2014" "" ""
 | 
					.TH TURN 1 "09 November 2014" "" ""
 | 
				
			||||||
.SH GENERAL INFORMATION
 | 
					.SH GENERAL INFORMATION
 | 
				
			||||||
 | 
					
 | 
				
			||||||
\fIturnadmin\fP is a TURN administration tool. This tool can be used to manage 
 | 
					\fIturnadmin\fP is a TURN administration tool. This tool can be used to manage 
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,5 @@
 | 
				
			|||||||
.\" Text automatically generated by txt2man
 | 
					.\" Text automatically generated by txt2man
 | 
				
			||||||
.TH TURN 1 "28 September 2014" "" ""
 | 
					.TH TURN 1 "09 November 2014" "" ""
 | 
				
			||||||
.SH GENERAL INFORMATION
 | 
					.SH GENERAL INFORMATION
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The \fBTURN Server\fP project contains the source code of a TURN server and TURN client 
 | 
					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
 | 
					.TP
 | 
				
			||||||
.B
 | 
					.B
 | 
				
			||||||
\fB\-\-oauth\fP
 | 
					\fB\-\-oauth\fP
 | 
				
			||||||
Support oAuth authentication.
 | 
					Support oAuth authentication, as in the third\-party TURN specs document.
 | 
				
			||||||
.TP
 | 
					.TP
 | 
				
			||||||
.B
 | 
					.B
 | 
				
			||||||
\fB\-\-dh566\fP
 | 
					\fB\-\-dh566\fP
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,5 @@
 | 
				
			|||||||
.\" Text automatically generated by txt2man
 | 
					.\" Text automatically generated by txt2man
 | 
				
			||||||
.TH TURN 1 "28 September 2014" "" ""
 | 
					.TH TURN 1 "09 November 2014" "" ""
 | 
				
			||||||
.SH GENERAL INFORMATION
 | 
					.SH GENERAL INFORMATION
 | 
				
			||||||
 | 
					
 | 
				
			||||||
A set of turnutils_* programs provides some utility functionality to be used
 | 
					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 !)
 | 
					(this program is provided for the testing purposes only !)
 | 
				
			||||||
The compiled binary image of this program is located in bin/ 
 | 
					The compiled binary image of this program is located in bin/ 
 | 
				
			||||||
sub\-directory.
 | 
					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
 | 
					.TP
 | 
				
			||||||
.B
 | 
					.B
 | 
				
			||||||
2.
 | 
					2.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user