ColdwindY

Results 1 issues of ColdwindY

the Message buf should be larger than 65536,otherwise if -s 2000 then System.ArgumentException. The max ICMP pkg is 65536. So just set public byte[] Message = new byte[80000]; at line...

Bug