Update comment

This commit is contained in:
Juliusz Sosinowicz
2023-08-18 15:44:44 +02:00
parent 058dfca809
commit 5624b6e9d2

View File

@@ -815,9 +815,9 @@ static int Dtls13RtxMsgRecvd(WOLFSSL* ssl, enum HandShakeType hs,
Dtls13MaybeSaveClientHello(ssl); Dtls13MaybeSaveClientHello(ssl);
/* In the handshake, receiving part of the next flight, acknowledge the /* In the handshake, receiving part of the next flight, acknowledge the
sent flight. The only exception is, on the server side, receiving the * sent flight. */
last client flight does not ACK any sent new_session_ticket /* On the server side, receiving the last client flight does not ACK any
messages. */ * sent new_session_ticket messages. */
/* We don't want to clear the buffer until we have done version /* We don't want to clear the buffer until we have done version
* negotiation in the SH or have received a unified header in the * negotiation in the SH or have received a unified header in the
* DTLS record. */ * DTLS record. */