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