python_ping icon indicating copy to clipboard operation
python_ping copied to clipboard

A pure python ICMP ping implementation using raw sockets.

Results 2 python_ping issues
Sort by recently updated
recently updated
newest added

if not add current_socket.setblocking(0), the current_socket.recvfrom will always be block when ping to an unreachable address in windows.

move print_stats function calculate_packet_average code line 635、636 to the begin of of print_stats function will fix this.