We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d6e58 commit 1496614Copy full SHA for 1496614
1 file changed
wolfssl/internal.h
@@ -5859,7 +5859,7 @@ enum {
5859
5860
/* 64-bit epoch + 64-bit sequence number */
5861
#define DTLS13_RN_SIZE (OPAQUE64_LEN + OPAQUE64_LEN)
5862
-/* Maximum number of ACK records allowed in a ACK record */
+/* Maximum number of ACK records allowed in an ACK message */
5863
#ifndef DTLS13_ACK_MAX_RECORDS
5864
#define DTLS13_ACK_MAX_RECORDS 128
5865
#endif
0 commit comments