mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 20:54:41 +02:00
Add comment
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user