Home
last modified time | relevance | path

Searched refs:hostdb_timed_round_robin (Results 1 – 3 of 3) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/iocore/hostdb/
H A DP_HostDBProcessor.h289 } else if (HostDBProcessor::hostdb_timed_round_robin > 0) { in select_best_http()
291 if ((now - timed_rr_ctime) > HostDBProcessor::hostdb_timed_round_robin) { in select_best_http()
H A DI_HostDBProcessor.h514 static int hostdb_timed_round_robin; member
H A DHostDB.cc40 int HostDBProcessor::hostdb_timed_round_robin = 0; member in HostDBProcessor
408 REC_EstablishStaticConfigInt32(hostdb_timed_round_robin, "proxy.config.hostdb.timed_round_robin"); in start()