Searched refs:host_timeout (Results 1 – 3 of 3) sorted by relevance
233 time_t host_timeout; member
910 (int)(context->host_timeout * submitted_host), submitted_host + 1); in submit_request()911 host->timeout = time(NULL) + (submitted_host * context->host_timeout); in submit_request()
113 INIT_FIELD(context, time, host_timeout, 3, "host_timeout"); in init_context_from_config_file()