Skip to content

2ping 4.5

Compare
Choose a tag to compare
@rfinnie rfinnie released this 20 Jun 04:00
· 22 commits to main since this release
v4.5
dcffe4f
  • Added PyCryptodome support (recommended over PyCrypto, though the latter is still detected/supported).
  • Replaced best_poller module with Python native selectors module.
  • Changed --flood output: dots/backspaces are no longer printed, and loss results / errors display full details.
  • --audible tones will only occur if stdout is a TTY.
  • Improved hostname/IP display edge cases.
  • Added an AF_UNIX --loopback test mode.
  • Listener sockets are added and removed as needed, instead of being re-created on each rescan.
  • Listener sockets are automatically rescanned periodically.
  • Multiple systemd sockets are now allowed.
  • A run can be both a listener and a client at the same time (mainly useful for smoke testing).
  • Other socket handling refactoring.
  • Other code refactoring.
  • Listener statistics are displayer per-bind.
  • Many, many testing/CI improvements.