Skip to content

Releases: knsd/tokio-ping

0.3.0

23 Sep 17:56
Compare
Choose a tag to compare

Fixes

  • Make PingChainStream lazier (#13)

Refactorings

  • Use Duration instead of f64

0.2.1

11 Aug 23:48
Compare
Choose a tag to compare

Fixes

  • IcmpV6 typo (#8)
  • Memory leak (#9)

0.2.0

17 Jun 13:45
Compare
Choose a tag to compare

Refactorings

  • Use tokio instead of tokio-core
  • Use failure instead of error-chain
  • Simplify ICMP packets encoding and parsing

0.1.1

17 Feb 13:19
Compare
Choose a tag to compare

Fixes

  • EINVAL error on ICMPv6 (#1, #2)

Refactorings

  • Use socket2 instead of lazy_socket (#3)

0.1.0

06 Dec 06:43
Compare
Choose a tag to compare

Initial release.