Add comment

This commit is contained in:
Juliusz Sosinowicz
2023-10-09 12:54:07 +02:00
parent 275c0a0838
commit 64ed7d57eb

View File

@@ -17041,6 +17041,11 @@ int DtlsUpdateWindow(WOLFSSL* ssl)
#ifdef WOLFSSL_DTLS13
/* Update DTLS 1.3 window
* Return
* 0 on successful update
* <0 on error
*/
static int Dtls13UpdateWindow(WOLFSSL* ssl)
{
w64wrapper nextSeq, seq;