You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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