Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Sep 17, 2024
1 parent 9c8e57b commit 8bd7549
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions netcode.c
Original file line number Diff line number Diff line change
Expand Up @@ -9151,6 +9151,8 @@ void test_packet_tagging()

netcode_enable_packet_tagging();

// todo
printf( "ipv4\n" );
{
struct netcode_server_config_t server_config;
netcode_default_server_config( &server_config );
Expand All @@ -9168,6 +9170,8 @@ void test_packet_tagging()
netcode_server_destroy( server );
}

// todo
printf( "ipv6\n" );
{
struct netcode_server_config_t server_config;
netcode_default_server_config( &server_config );
Expand Down

0 comments on commit 8bd7549

Please sign in to comment.