]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
In the singkle thread case, TCP is still handled by a separate thread
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 30 Aug 2023 12:10:56 +0000 (14:10 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 13 Sep 2023 11:20:54 +0000 (13:20 +0200)
pdns/recursordist/rec-main.cc

index 5a060f57e94ee4d79357527b1d229185342b6a9c..2b0a6eb4a79d550a4a70e73a237d9c340c1b4f44 100644 (file)
@@ -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();