MCPcopy Create free account
hub / github.com/apache/trafficserver / is_ip_configured_stale

Method is_ip_configured_stale

include/iocore/hostdb/HostDBProcessor.h:793–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791}
792
793inline bool
794HostDBRecord::is_ip_configured_stale() const
795{
796 return (
797 ((ip_timeout_interval >= ts_seconds(2 * hostdb_ip_stale_interval)) && (ip_age() >= ts_seconds(hostdb_ip_stale_interval))));
798}
799
800inline bool
801HostDBRecord::is_ip_timeout() const

Callers 1

probeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected