pub fn classify_ping(rtt_ms: Option<u32>, slow_threshold_ms: u16) -> PingStatusExpand description
Classify a ping result into a PingStatus based on RTT and threshold.
pub fn classify_ping(rtt_ms: Option<u32>, slow_threshold_ms: u16) -> PingStatusClassify a ping result into a PingStatus based on RTT and threshold.