MCPcopy 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
800inline bool
801HostDBRecord::is_ip_timeout() const
802{
803 return ip_age() >= ip_timeout_interval;
804}
805
806inline bool
807HostDBRecord::is_ip_fail_timeout() const

Callers 1

probeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected