移除不必要的连接配置,优化P2P连接设置并添加详细日志功能

This commit is contained in:
Ayndpa
2025-11-19 15:24:34 +08:00
parent 3896a91433
commit 8f82182156
2 changed files with 76 additions and 31 deletions

View File

@@ -119,7 +119,6 @@ private:
std::mutex connectionsMutex;
// Connection config
SteamNetworkingConfigValue_t g_connectionConfig[3];
int g_retryCount;
const int MAX_RETRIES = 3;
int g_currentVirtualPort;