python-ping icon indicating copy to clipboard operation
python-ping copied to clipboard

updated ping.py as ping3.py for python3. fixed multithreading bug

Open kyan001 opened this issue 9 years ago • 1 comments

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

kyan001 avatar Jun 18 '16 04:06 kyan001

fixed multithreading problem in ping3.py

kyan001 avatar Jul 07 '16 15:07 kyan001