Misc changes such as performance tuning, added support for more than 64 threads for the scanner.
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user