Releases: romana/multi-ping
Releases · romana/multi-ping
1.1.2
Allow unresolvable names/addresses to be ignored.
* Controlled with ignore_lookup_error flag.
* If not set, those names/addresses would cause exception.
* Wrapped the socket.gaierror exception so that we can
attach useful information about which target couldn't
be looked up.
1.0.2
Merge pull request #1 from romana/improved-byte-order
Used built-in network byte order ability of pack.
1.0.0
Python3 commpatibility, updated README and version.