mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-06 14:14:43 +02:00
Add comment
This commit is contained in:
@@ -17041,6 +17041,11 @@ int DtlsUpdateWindow(WOLFSSL* ssl)
|
|||||||
|
|
||||||
#ifdef WOLFSSL_DTLS13
|
#ifdef WOLFSSL_DTLS13
|
||||||
|
|
||||||
|
/* Update DTLS 1.3 window
|
||||||
|
* Return
|
||||||
|
* 0 on successful update
|
||||||
|
* <0 on error
|
||||||
|
*/
|
||||||
static int Dtls13UpdateWindow(WOLFSSL* ssl)
|
static int Dtls13UpdateWindow(WOLFSSL* ssl)
|
||||||
{
|
{
|
||||||
w64wrapper nextSeq, seq;
|
w64wrapper nextSeq, seq;
|
||||||
|
Reference in New Issue
Block a user