We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd4535 commit 3e4b95eCopy full SHA for 3e4b95e
1 file changed
tests/api.c
@@ -61308,6 +61308,7 @@ static void test_AEAD_limit_server(WOLFSSL* ssl)
61308
XMEMSET(&delay, 0, sizeof(delay));
61309
delay.tv_nsec = 100000000; /* wait 0.1 seconds */
61310
tcp_set_nonblocking(&fd); /* So that read doesn't block */
61311
+ wolfSSL_dtls_set_using_nonblock(ssl, 1);
61312
test_AEAD_get_limits(ssl, NULL, NULL, &sendLimit);
61313
while (!test_AEAD_done && ret > 0) {
61314
counter++;
0 commit comments