Searched defs:client_config (Results 1 – 1 of 1) sorted by relevance
1229 struct client_config { struct1234 struct group *on_receipt;1239 struct group *on_transmission;1241 struct option **required_options; /* Options that MUST be present. */1242 struct option **requested_options; /* Options to request (ORO/PRL). */1244 TIME timeout; /* Start to panic if we don't get a1247 TIME initial_delay; /* Set initial delay before first1249 TIME initial_interval; /* All exponential backoff intervals1251 TIME retry_interval; /* If the protocol failed to produce1255 TIME select_interval; /* Wait this many seconds from the[all …]