forked from wolfSSL/wolfssl
Update comment
This commit is contained in:
@@ -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. */
|
||||||
|
Reference in New Issue
Block a user