mirror of
https://github.com/OpenVPN/openvpn.git
synced 2025-05-09 05:31:05 +08:00
Minor reliability layer documentation fixes
Signed-off-by: Steffan Karger <steffan.karger@fox-it.com> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <1531924073-29243-2-git-send-email-steffan.karger@fox-it.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg17260.html Signed-off-by: Gert Doering <gert@greenie.muc.de> (cherry picked from commit df612f634a7e2e542e4393601520f7dbb0eb327f)
This commit is contained in:
parent
6b27704daf
commit
52e6de50a6
@ -134,7 +134,7 @@
|
||||
* without wasting resources on attempting a TLS handshake which will
|
||||
* ultimately fail.
|
||||
*
|
||||
* @subsection network_protocol_control_key_methods Control channel key methods and
|
||||
* @subsection network_protocol_control_key_methods Control channel key methods
|
||||
*
|
||||
* Once the TLS session has been initialized and authenticated, the TLS
|
||||
* channel is used to exchange random %key material for bidirectional
|
||||
|
@ -3664,8 +3664,8 @@ tls_pre_decrypt(struct tls_multi *multi,
|
||||
}
|
||||
|
||||
/*
|
||||
* We have an authenticated packet (if --tls-auth was set).
|
||||
* Now pass to our reliability level which deals with
|
||||
* We have an authenticated control channel packet (if --tls-auth was set).
|
||||
* Now pass to our reliability layer which deals with
|
||||
* packet acknowledgements, retransmits, sequencing, etc.
|
||||
*/
|
||||
{
|
||||
|
@ -78,7 +78,7 @@
|
||||
/*
|
||||
* Define number of buffers for send and receive in the reliability layer.
|
||||
*/
|
||||
#define TLS_RELIABLE_N_SEND_BUFFERS 4 /* also window size for reliablity layer */
|
||||
#define TLS_RELIABLE_N_SEND_BUFFERS 4 /* also window size for reliability layer */
|
||||
#define TLS_RELIABLE_N_REC_BUFFERS 8
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user