We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19cba1c commit c73de0dCopy full SHA for c73de0d
wolfssl/error-ssl.h
@@ -184,7 +184,7 @@ enum wolfSSL_ErrorCodes {
184
TLS13_SECRET_CB_E = -438, /* TLS1.3 secret Cb fcn failure */
185
DTLS_SIZE_ERROR = -439, /* Trying to send too much data */
186
NO_CERT_ERROR = -440, /* TLS1.3 - no cert set error */
187
- APP_DATA_READY = -441, /* DTLS1.2 application data ready for read */
+ APP_DATA_READY = -441, /* Application data ready for read */
188
TOO_MUCH_EARLY_DATA = -442, /* Too much Early data */
189
SOCKET_FILTERED_E = -443, /* Session stopped by network filter */
190
HTTP_RECV_ERR = -444, /* HTTP Receive error */
0 commit comments