From a1b2bed3aa939e886540206f58117a774930f9ff Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Tue, 1 Feb 2022 09:18:18 +0100 Subject: [PATCH] fix mythen3 acq error (bad packet loss) as server in 10g and receiver in 1g settings --- .../mythen3DetectorServer/slsDetectorFunctionList.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/slsDetectorServers/mythen3DetectorServer/slsDetectorFunctionList.c b/slsDetectorServers/mythen3DetectorServer/slsDetectorFunctionList.c index 4c82cc8f5..f4b40499e 100644 --- a/slsDetectorServers/mythen3DetectorServer/slsDetectorFunctionList.c +++ b/slsDetectorServers/mythen3DetectorServer/slsDetectorFunctionList.c @@ -480,9 +480,6 @@ void setupDetector() { setInitialExtSignals(); // 10G UDP enableTenGigabitEthernet(1); -#ifdef VIRTUAL - enableTenGigabitEthernet(0); -#endif getModuleIdInFile(&initError, initErrorMessage, ID_FILE); if (initError == FAIL) { return;