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
The current implementation for calculating remote system uptime based on TCP timestamps (check_ts_tcp in src/uptime.rs) has several areas where accuracy and reliability could be improved. While it attempts to guess common clock frequencies (100Hz, 1000Hz) and validates the raw calculated frequency, the resulting uptime can still be imprecise.