Refactor Test All Server Delay Tick

This commit is contained in:
ChsBuffer
2021-01-15 19:53:44 +08:00
parent aa021aaf79
commit 754753300d
5 changed files with 160 additions and 100 deletions

View File

@@ -115,6 +115,11 @@ namespace Netch.Models
/// </summary>
public bool CheckUpdateWhenOpened = true;
/// <summary>
/// 测试所有服务器心跳/秒
/// </summary>
public int DetectionTick = 10;
/// <summary>
/// 是否关闭窗口时退出
/// </summary>
@@ -230,15 +235,10 @@ namespace Netch.Models
/// </summary>
public ushort Socks5LocalPort = 2801;
/// <summary>
/// 是否启用启动后延迟测试
/// </summary>
public bool StartedTcping = false;
/// <summary>
/// 启动后延迟测试间隔/秒
/// </summary>
public int StartedTcping_Interval = 3;
public int StartedPingInterval = -1;
/// <summary>
/// 是否打开软件时启动加速