Releases: kolapapa/surge-ping
Releases · kolapapa/surge-ping
v0.8.0
-
Try RAW socket type, if DGRAM fails
-
Add ICMP parsing from ICMP payload
-
Change Rx packet identication, in the case of kernel handling it
-
Edit tests to acommodate from_icmp parsing
-
Separate ping sending and actual pinging parts in pub API
-
Add native socket getter; Some clippy suggestions
v0.7.3
- Add the execution description of binary files in
README
parking_log
upgrade from0.12.0
to0.12.1
pnet_packet
updated from0.30
to0.31
socket2
upgrade from0.4.4
to0.4.7
thiserror
upgrade from1.0.31
to1.0.37
tokio
upgrade from1.18
to1.21
tracing
upgrade from0.1.34
to0.1.37
futures
upgrade from0.3.21
to0.3.25
v0.7.0
v0.6.0
v0.5.1
- Remove
surge_ping::pinger(host: IpAddr)
to createdPinger
, replace withsurge_ping::ping(host: IpAddr)
to quick send ping request; Client
implDrop
trait, if theClient
out of lifetime, then stop the background task;Pinger
implDrop
trait, ifPinger
out of lifetime, then remove key from cache;- Modify
README.md
;