mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
eiger src ip fix
This commit is contained in:
@ -133,7 +133,7 @@ void basictests() {
|
||||
|
||||
// update default udpdstip and udpdstmac (1g is hardware ip and hardware
|
||||
// mac)
|
||||
for (int iRxEntry = 0; iRxEntry != numUdpDestinations; ++iRxEntry) {
|
||||
for (int iRxEntry = 0; iRxEntry != MAX_UDP_DESTINATION; ++iRxEntry) {
|
||||
udpDetails[iRxEntry].srcip = ipadd;
|
||||
udpDetails[iRxEntry].srcmac = macadd;
|
||||
}
|
||||
|
Reference in New Issue
Block a user