batch_ping icon indicating copy to clipboard operation
batch_ping copied to clipboard

support multi ping

Results 4 batch_ping issues
Sort by recently updated
recently updated
newest added

模块只能mac 使用,给的测试代码放在windows上无法使用。

run err socket: The requested protocol has not been configured into the system, or no implementation for it exists.

pid is stored as int but gets converted to uint16 and thus will never match when processPacket compares int on batchpinger to uint16 from packet // Pinger.SendICMP ``` xid :=...

使用batch ping 出现接收的包数大于发出的包数,因为在一个进程中同时进行了多次ping的动作