Skip to content

Commit

Permalink
update latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
goingfine committed May 10, 2023
1 parent 8e5e98d commit 84631b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion windows/Classes/Checker/CheckIPWorking.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ internal class CheckIPWorking
public FrontingType frontingType { get; private set; }
private CheckResultStatus checkResultStatus;

public CheckIPWorking(string ip, ScanSpeed dlTargetSpeed, ScanSpeed upTargetSpeed, CustomConfigInfo scanConfig, CheckType checkType, FrontingType frontingType, int checkTimeout, bool isDiagnosing = false)
public CheckIPWorking(string ip, ScanSpeed dlTargetSpeed, ScanSpeed upTargetSpeed, CustomConfigInfo scanConfig,
CheckType checkType, FrontingType frontingType, int checkTimeout, bool isDiagnosing = false)
{
this.ip = ip;
port = getPortByIP();
Expand Down
2 changes: 1 addition & 1 deletion windows/Properties/latest-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v:1.1.8506.21097
v:1.2.8530.25113
2 changes: 1 addition & 1 deletion windows/frmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ private void btnStart_ButtonClick(object sender, EventArgs e)
startStopScan((ScanType)scanType);
}

// setting Fronting to NO and also DL Target Speed to Zero in same time is not a valid scan setting
// setting Fronting to NO and also DL Target Speed to Zero at the same time is not a valid scan setting
// and here we will prevent it.
private bool isValidScanSettings()
{
Expand Down

1 comment on commit 84631b3

@boyluti
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

سلام داش. خوبی. اسکنر کلاد فلر ویندوز 2 روز کار نمیکنه. همش ارور و ای پی ک قبلا هم اسکن کردم و سالم بهش میدم پیدا نمیکنه. میشه چک کنی. تو کانال تلگرام منتظر خبرم.

Please sign in to comment.