Releases: knsd/tokio-ping
Releases · knsd/tokio-ping
0.3.0
Fixes
- Make PingChainStream lazier (#13)
Refactorings
- Use Duration instead of f64
0.2.1
Fixes
- IcmpV6 typo (#8)
- Memory leak (#9)
0.2.0
Refactorings
- Use tokio instead of tokio-core
- Use failure instead of error-chain
- Simplify ICMP packets encoding and parsing
0.1.1
Fixes
- EINVAL error on ICMPv6 (#1, #2)
Refactorings
- Use socket2 instead of lazy_socket (#3)