Skip to content

v1.1.1

Choose a tag to compare

@licson licson released this 06 Jun 08:58
· 32 commits to main since this release

Added

  • Ping engine now uses the -O (outstanding) flag for immediate packet loss detection — dropped ICMP packets are identified as soon as they happen, not when the next successful reply arrives
  • Ping results now carry an outcome classification (success, timeout, host unreachable, process error) for richer diagnostics
  • Host unreachable and network unreachable errors are now properly detected and classified

Changed

  • Packet loss calculation now uses the ping outcome instead of null latency — more accurate and self-documenting
  • Live cell info screen's ping loop migrated from per-ping processes (ping() deprecation path) to the same continuous flow used during recording sessions

Fixed

  • Fixed packet loss being underreported — dropped packets were previously invisible because ping -i doesn't output timeout lines without the -O flag
  • Fixed process-death events being incorrectly counted as individual dropped packets — they now carry a separate "process error" outcome