Skip to content

Commit 64ed7d5

Browse files
committed
Add comment
1 parent 275c0a0 commit 64ed7d5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/internal.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17041,6 +17041,11 @@ int DtlsUpdateWindow(WOLFSSL* ssl)
1704117041

1704217042
#ifdef WOLFSSL_DTLS13
1704317043

17044+
/* Update DTLS 1.3 window
17045+
* Return
17046+
* 0 on successful update
17047+
* <0 on error
17048+
*/
1704417049
static int Dtls13UpdateWindow(WOLFSSL* ssl)
1704517050
{
1704617051
w64wrapper nextSeq, seq;

0 commit comments

Comments
 (0)