python-ping
python-ping copied to clipboard
updated ping.py as ping3.py for python3. fixed multithreading bug
removed ord() and *2/2 in checksum(), since python3 no need these and give the same result as python2
print x -> print(x) replacing % x by {}.format()
small modifies on verbose_ping prints
fixed multithreading problem in ping3.py