Searched defs:res_params (Results 1 – 2 of 2) sorted by relevance
27 struct res_params { struct28 uint16_t sample_validity; // sample lifetime in s30 uint8_t success_threshold; // 0: disable, value / 100 otherwise31 uint8_t min_samples; // min # samples needed for statistics to be considered meaningful32 uint8_t max_samples; // max # samples taken into account for statistics33 int base_timeout_msec; // base query retry timeout (if 0, use RES_TIMEOUT)34 int retry_count; // number of retries
243 res_params res_params; in getResolverInfo() local