Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ is_ip_fail_timeout
Method
is_ip_fail_timeout
include/iocore/hostdb/HostDBProcessor.h:806–810 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
804
}
805
806
inline bool
807
HostDBRecord::is_ip_fail_timeout() const
808
{
809
return ip_age() >= ts_seconds(hostdb_ip_fail_timeout_interval);
810
}
811
812
inline void
813
HostDBRecord::refresh_ip()
Callers
1
probe
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected