Skip to content

Commit b058cf3

Browse files
authored
Update main.cpp
1 parent 05c0ae4 commit b058cf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ssl/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ void yasioTest()
3434
int done_count = 0;
3535

3636
service.set_option(YOPT_S_DEFERRED_EVENT, 0);
37+
service.set_option(YOPT_S_FORWARD_PACKET, 1);
3738
service.set_option(YOPT_S_SSL_CACERT, SSLTEST_CACERT);
3839
service.set_option(YOPT_S_SSL_CERT, SSLTEST_CERT, SSLTEST_PKEY);
3940
service.set_option(YOPT_C_MOD_FLAGS, SSLTEST_CHANNEL_SERVER, YCF_REUSEADDR, 0);

0 commit comments

Comments
 (0)