From: Peter van Dijk Date: Tue, 16 Sep 2014 19:45:56 +0000 (+0200) Subject: fall back to central bind if reuseport bind fails; improves #1715 X-Git-Tag: auth-3.4.0-rc2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed3afdfc8f4bb84521f081d10fed128e91ec90b3;p=thirdparty%2Fpdns.git fall back to central bind if reuseport bind fails; improves #1715 --- diff --git a/pdns/common_startup.cc b/pdns/common_startup.cc index 550244387e..c7e89e19ba 100644 --- a/pdns/common_startup.cc +++ b/pdns/common_startup.cc @@ -256,7 +256,12 @@ void *qthread(void *number) // other than the first one. if( number != NULL && NS->canReusePort() ) { L<