From: Gert van Dijk Date: Wed, 18 Jul 2018 14:27:51 +0000 (+0200) Subject: Minor reliability layer documentation fixes X-Git-Tag: v2.5_beta1~460 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df612f634a7e2e542e4393601520f7dbb0eb327f;p=thirdparty%2Fopenvpn.git Minor reliability layer documentation fixes Signed-off-by: Steffan Karger Acked-by: Gert Doering 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 --- diff --git a/doc/doxygen/doc_protocol_overview.h b/doc/doxygen/doc_protocol_overview.h index db24d3b44..3f48b18a6 100644 --- a/doc/doxygen/doc_protocol_overview.h +++ b/doc/doxygen/doc_protocol_overview.h @@ -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 diff --git a/src/openvpn/ssl.c b/src/openvpn/ssl.c index 669f941b3..dcb54456d 100644 --- a/src/openvpn/ssl.c +++ b/src/openvpn/ssl.c @@ -3660,8 +3660,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. */ { diff --git a/src/openvpn/ssl.h b/src/openvpn/ssl.h index a2501c9b5..72227d971 100644 --- a/src/openvpn/ssl.h +++ b/src/openvpn/ssl.h @@ -76,7 +76,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 /*