Misc changes such as performance tuning, added support for more than 64 threads for the scanner.

This commit is contained in:
2024-12-04 13:20:45 +01:00
parent a1f5b08ac3
commit 5fe35192c6
13 changed files with 281 additions and 57 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ public struct Ip
public int Ip3 { get; set; }
public int Ip4 { get; set; }
public override string ToString()
{
return $"{Ip1}.{Ip2}.{Ip3}.{Ip4}";