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.
2 parents cde8597 + 0e7db3d commit 3fce0f7Copy full SHA for 3fce0f7
netcode.c
@@ -9204,6 +9204,7 @@ void netcode_test()
9204
RUN_TEST( test_connection_denied_packet );
9205
RUN_TEST( test_connection_challenge_packet );
9206
RUN_TEST( test_connection_response_packet );
9207
+ RUN_TEST( test_connection_keep_alive_packet );
9208
RUN_TEST( test_connection_payload_packet );
9209
RUN_TEST( test_connection_disconnect_packet );
9210
RUN_TEST( test_connect_token_public );
0 commit comments