Deleted Added
full compact
62c62
< #define MAX_SENT_COUNT 16
---
> #define MAX_SENT_COUNT 32
74,77d73
< /** Number of lost messages in a row that get a host blacklisted.
< * With 16, a couple different queries have to time out and no working
< * queries are happening */
< #define USEFUL_SERVER_MAX_LOST 16
239c235,236
< /** state for capsfail: stored query for comparisons */
---
> /** state for capsfail: stored query for comparisons. Can be NULL if
> * no response had been seen prior to starting the fallback. */