Longer TTL

This commit is contained in:
Pieter Wuille 2015-07-29 15:19:21 +02:00
parent 5b5a942b1f
commit 17632535ca
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ public:
dns_opt.host = opts->host;
dns_opt.ns = opts->ns;
dns_opt.mbox = opts->mbox;
dns_opt.datattl = 60;
dns_opt.datattl = 3600;
dns_opt.nsttl = 40000;
dns_opt.cb = GetIPList;
dns_opt.port = opts->nPort;