From: Peter van Dijk Date: Mon, 23 May 2016 11:11:46 +0000 (+0200) Subject: Merge pull request #3877 from rgacogne/dnsdist-max-fds X-Git-Tag: auth-4.0.0-beta1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7c782a4d0a6b491590dc12425278dfc403cf994;p=thirdparty%2Fpdns.git Merge pull request #3877 from rgacogne/dnsdist-max-fds dnsdist: Increase max FDs in systemd unit, warn if clearly too low --- d7c782a4d0a6b491590dc12425278dfc403cf994 diff --cc pdns/dnsdist.cc index 459dc36991,5ffe708f94..1035b6bebb --- a/pdns/dnsdist.cc +++ b/pdns/dnsdist.cc @@@ -40,8 -40,8 +40,9 @@@ #include #include "lock.hh" #include + #include #include "dnsdist-cache.hh" +#include "gettime.hh" #ifdef HAVE_SYSTEMD #include