Skip to content

Commit 3fce0f7

Browse files
Merge pull request #131 from dbechrd/patch-5
Run the keep_alive test
2 parents cde8597 + 0e7db3d commit 3fce0f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netcode.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9204,6 +9204,7 @@ void netcode_test()
92049204
RUN_TEST( test_connection_denied_packet );
92059205
RUN_TEST( test_connection_challenge_packet );
92069206
RUN_TEST( test_connection_response_packet );
9207+
RUN_TEST( test_connection_keep_alive_packet );
92079208
RUN_TEST( test_connection_payload_packet );
92089209
RUN_TEST( test_connection_disconnect_packet );
92099210
RUN_TEST( test_connect_token_public );

0 commit comments

Comments
 (0)