Files
SimpleRemoter/client/KernelManager.h
yuanyuanxiang 53515820ea Fix: #292 RTT display showing 0 or 1 instead of actual milliseconds
- Convert srtt from seconds to milliseconds before sending in Heartbeat
  (srtt is stored in seconds but Ping field expects milliseconds)
- Add input validation in RttEstimator::update_from_sample to filter
  abnormal RTT values (<=0 or >30000ms)
2026-01-25 21:02:32 +01:00

8.0 KiB