feat: decouple TUN name from XrayProtocol to support dual tunnels

This commit is contained in:
cd-amn
2026-05-07 16:03:58 +04:00
parent 8ae38ff11f
commit 51f49fd582
2 changed files with 12 additions and 11 deletions
+2
View File
@@ -38,6 +38,8 @@ private:
int m_tun2socksRetryCount = 0;
static constexpr int maxTun2SocksRetries = 5;
static constexpr int tun2socksRetryDelayMs = 400;
QString m_tunName;
};
#endif // XRAYPROTOCOL_H