Releases: kyan001/ping3
Releases · kyan001/ping3
Version 4.0.4
Version 4.0.0
- 4.0.0:
- Feature: Now errors
TimeToLiveExpired
,DestinationUnreachable
andDestinationHostUnreachable
haveip_header
andicmp_header
attached. ( #48 )
- Feature: Now errors
Version 3.0.1
- 3.0.1:
- Bug Fix:
verbose_ping
prints proper message on error.
- Bug Fix:
Version 3.0.0
- 3.0.0:
- Backward Compatibility: Only Command-line options changed, now the options is more like
ping
on macOS and Linux.-w
/--wait
->-t
/--timeout
.-t
/--ttl
->-T
/--ttl
.-l
/--load
->-s
/--size
.
- Improvement: 2 command-line options now have short forms.
-D
is added as the short form of--debug
.-E
is added as the short form of--exceptions
.
- Feature: Use new command-line option
-S
/--src
to set source addresssrc_addr
.
- Backward Compatibility: Only Command-line options changed, now the options is more like
Version 2.9.3
Version 2.9.0
- Feature: Support root-less ICMP pings on Linux. ( #10 )
Version 2.8.1
- Improvement: Checksum calculation is faster.
Version 2.8.0
- Now support endless ping, using
ping3 -c 0 example.com
with a count of 0 orping3.verbose_ping('example.com', count=0)
to start, usingctrl + c
to stop.
Version 2.6.5
- When multi-processing or multi-threading, icmp_id will no longer collision. ( #23 )
Version 2.6.1
- Add network interface binding support for Linux ( #22 )