We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c0ae4 commit b058cf3Copy full SHA for b058cf3
tests/ssl/main.cpp
@@ -34,6 +34,7 @@ void yasioTest()
34
int done_count = 0;
35
36
service.set_option(YOPT_S_DEFERRED_EVENT, 0);
37
+ service.set_option(YOPT_S_FORWARD_PACKET, 1);
38
service.set_option(YOPT_S_SSL_CACERT, SSLTEST_CACERT);
39
service.set_option(YOPT_S_SSL_CERT, SSLTEST_CERT, SSLTEST_PKEY);
40
service.set_option(YOPT_C_MOD_FLAGS, SSLTEST_CHANNEL_SERVER, YCF_REUSEADDR, 0);
0 commit comments