aboutsummaryrefslogtreecommitdiffstats
path: root/src/dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dns.h')
-rw-r--r--src/dns.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dns.h b/src/dns.h
index 9896a6fa4..67cb50e9f 100644
--- a/src/dns.h
+++ b/src/dns.h
@@ -49,7 +49,12 @@ struct rspamd_dns_resolver {
struct dns_k_permutor *permutor; /**< permutor for randomizing request id */
guint request_timeout;
guint max_retransmits;
+ guint max_errors;
memory_pool_t *static_pool; /**< permament pool (cfg_pool) */
+ gboolean throttling; /**< dns servers are busy */
+ guint errors; /**< resolver errors */
+ struct timeval throttling_time; /**< throttling time */
+ struct event throttling_event; /**< throttling event */
};
struct dns_header;