From: Otto Moerbeek Date: Wed, 30 Aug 2023 12:10:56 +0000 (+0200) Subject: In the singkle thread case, TCP is still handled by a separate thread X-Git-Tag: rec-5.0.0-alpha2~58^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e7acc51d7abedfc9d406ea79e0e2bbf8db24766;p=thirdparty%2Fpdns.git In the singkle thread case, TCP is still handled by a separate thread --- diff --git a/pdns/recursordist/rec-main.cc b/pdns/recursordist/rec-main.cc index 5a060f57e9..2b0a6eb4a7 100644 --- a/pdns/recursordist/rec-main.cc +++ b/pdns/recursordist/rec-main.cc @@ -251,7 +251,6 @@ int RecThreadInfo::runThreads(Logr::log_t log) currentThreadId = 1; auto& info = RecThreadInfo::info(currentThreadId); info.setListener(); - info.setTCPListener(); info.setWorker(); RecThreadInfo::setThreadId(currentThreadId); recursorThread();