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:
Gert van Dijk 2018-07-18 16:27:51 +02:00 committed by Gert Doering
parent 6b27704daf
commit 52e6de50a6
3 changed files with 4 additions and 4 deletions

View File

@ -134,7 +134,7 @@
* without wasting resources on attempting a TLS handshake which will * without wasting resources on attempting a TLS handshake which will
* ultimately fail. * 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 * Once the TLS session has been initialized and authenticated, the TLS
* channel is used to exchange random %key material for bidirectional * channel is used to exchange random %key material for bidirectional

View File

@ -3664,8 +3664,8 @@ tls_pre_decrypt(struct tls_multi *multi,
} }
/* /*
* We have an authenticated packet (if --tls-auth was set). * We have an authenticated control channel packet (if --tls-auth was set).
* Now pass to our reliability level which deals with * Now pass to our reliability layer which deals with
* packet acknowledgements, retransmits, sequencing, etc. * packet acknowledgements, retransmits, sequencing, etc.
*/ */
{ {

View File

@ -78,7 +78,7 @@
/* /*
* Define number of buffers for send and receive in the reliability layer. * 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 #define TLS_RELIABLE_N_REC_BUFFERS 8
/* /*