网速统计

This commit is contained in:
snltty
2024-09-24 16:23:26 +08:00
parent 85fd3a69c1
commit 0a16a79e9b
34 changed files with 671 additions and 242 deletions

View File

@@ -22,7 +22,6 @@ namespace linker.plugins.relay
private readonly FileConfig fileConfig;
private readonly RunningConfig running;
private readonly ServiceProvider serviceProvider;
private string configKey = "relayServers";
private ConcurrentDictionary<string, bool> connectingDic = new ConcurrentDictionary<string, bool>();
private Dictionary<string, List<Action<ITunnelConnection>>> OnConnected { get; } = new Dictionary<string, List<Action<ITunnelConnection>>>();