aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_file.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-02-19 17:29:23 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-02-19 17:29:23 +0000
commit5b78ecce464ef90e4794ed3c6f1d0dcfd5ed2e83 (patch)
treef547db2872ebf1490d1a356b436b225496bb7a5c /src/cfg_file.h
parentc73632361af0ec1faea773257b4b8764713cb169 (diff)
downloadrspamd-5b78ecce464ef90e4794ed3c6f1d0dcfd5ed2e83.tar.gz
rspamd-5b78ecce464ef90e4794ed3c6f1d0dcfd5ed2e83.zip
Integrate rspamd with librdns.
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r--src/cfg_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cfg_file.h b/src/cfg_file.h
index 6f3489455..13acb158f 100644
--- a/src/cfg_file.h
+++ b/src/cfg_file.h
@@ -363,7 +363,7 @@ struct config_file {
gchar* history_file; /**< file to save rolling history */
- guint32 dns_timeout; /**< timeout in milliseconds for waiting for dns reply */
+ gdouble dns_timeout; /**< timeout in milliseconds for waiting for dns reply */
guint32 dns_retransmits; /**< maximum retransmits count */
guint32 dns_throttling_errors; /**< maximum errors for starting resolver throttling */
guint32 dns_throttling_time; /**< time in seconds for DNS throttling */