mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
eiger and 2 udpinterfaces
This commit is contained in:
@ -345,7 +345,7 @@ void Implementation::setArping(const bool i,
|
|||||||
} else {
|
} else {
|
||||||
threadArping->ClearIpsAndInterfaces();
|
threadArping->ClearIpsAndInterfaces();
|
||||||
threadArping->AddIpsAndInterfaces(eth[0], ips[0]);
|
threadArping->AddIpsAndInterfaces(eth[0], ips[0]);
|
||||||
if (numUDPInterfaces == 2) {
|
if (numUDPInterfaces == 2 && detType != EIGER) {
|
||||||
threadArping->AddIpsAndInterfaces(eth[1], ips[1]);
|
threadArping->AddIpsAndInterfaces(eth[1], ips[1]);
|
||||||
}
|
}
|
||||||
threadArping->StartRunning();
|
threadArping->StartRunning();
|
||||||
|
Reference in New Issue
Block a user