Skip to content

Commit

Permalink
Merge pull request #131 from dbechrd/patch-5
Browse files Browse the repository at this point in the history
Run the keep_alive test
  • Loading branch information
gafferongames authored Sep 17, 2024
2 parents cde8597 + 0e7db3d commit 3fce0f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netcode.c
Original file line number Diff line number Diff line change
Expand Up @@ -9204,6 +9204,7 @@ void netcode_test()
RUN_TEST( test_connection_denied_packet );
RUN_TEST( test_connection_challenge_packet );
RUN_TEST( test_connection_response_packet );
RUN_TEST( test_connection_keep_alive_packet );
RUN_TEST( test_connection_payload_packet );
RUN_TEST( test_connection_disconnect_packet );
RUN_TEST( test_connect_token_public );
Expand Down

0 comments on commit 3fce0f7

Please sign in to comment.