python-ping
python-ping copied to clipboard
Pure Python2/3 ICMP ping implementation using raw sockets.
Fix python deprecated time.clock() since Python 3.3 Fix possible fracLoss in MStats2 could be None Fix possible delay could be None
Adds initial tests to check functionality of MStats2
# Description The iteration of the master branchat db9553f98b40d69950a40547f9454934e3f18ec7 breaks the myStats functionality when the generators are exited via a keyboard interrupt (see the *execution snippet*). I haven't looked to...