MCPcopy 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
806inline bool
807HostDBRecord::is_ip_fail_timeout() const
808{
809 return ip_age() >= ts_seconds(hostdb_ip_fail_timeout_interval);
810}
811
812inline void
813HostDBRecord::refresh_ip()

Callers 1

probeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected