Special treatment to make TXT record lookup work on android.
Some checks are pending
Build Tilde Friends / Build-All (push) Waiting to run

This commit is contained in:
2024-08-21 20:27:43 -04:00
parent b0e3d922c8
commit e38ff99607
5 changed files with 18 additions and 6 deletions

View File

@ -78,7 +78,7 @@ enum
k_debug_close_message_count = 256,
k_debug_close_connection_count = 32,
k_seed_expire_seconds = 10 * 60,
k_seed_check_interval_seconds = 5 * 50,
k_seed_check_interval_seconds = 5 * 60,
k_udp_discovery_expires_seconds = 10,
};