dart_ping icon indicating copy to clipboard operation
dart_ping copied to clipboard

when ping count 4,why it returns multiple results

Open keenlee123 opened this issue 1 year ago • 5 comments

PingResponse(seq:1, ip:110.242.68.66, ttl:53, time:36.3 ms) PingResponse(seq:2, ip:110.242.68.66, ttl:53, time:19.1 ms) PingResponse(seq:2, ip:110.242.68.66, ttl:53, time:19.2 ms) PingResponse(seq:2, ip:110.242.68.66, ttl:53, time:19.9 ms) PingResponse(seq:2, ip:110.242.68.66, ttl:53, time:20.7 ms) PingResponse(seq:2, ip:110.242.68.66, ttl:53, time:21.7 ms) PingResponse(seq:3, ip:110.242.68.66, ttl:53, time:66.6 ms) PingResponse(seq:4, ip:110.242.68.66, ttl:53, time:70.7 ms)

keenlee123 avatar Oct 07 '23 10:10 keenlee123