Skip to content

v2.4.0 - 10-September-2023

Compare
Choose a tag to compare
@pouriyajamshidi pouriyajamshidi released this 10 Sep 15:08
· 67 commits to master since this release

Summary

This release has also received a lot of love and support from the community. More importantly from new contributors.

  • new feature: add -i to specify the interval between sending probes. Thanks to @luca-patrignani
  • new feature: add -I to specify the source interface to use for sending probes. Thanks to @wizsk
  • new feature: add -t to specify a custom timeout for probes. Thanks to @luca-patrignani
  • new feature: add --db to specify the path and file name to store tcping output to sqlite database. e.g. --db /tmp/tcping.db. Thanks to @wizsk
  • fix: add rtt to JSON output
  • fix: CI warning thanks to @wizsk
  • refactor: remove unnecessary custom types
  • refactor: memory align structs
  • refactor: Debian packaging instructions