mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +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
|
// update default udpdstip and udpdstmac (1g is hardware ip and hardware
|
||||||
// mac)
|
// mac)
|
||||||
for (int iRxEntry = 0; iRxEntry != numUdpDestinations; ++iRxEntry) {
|
for (int iRxEntry = 0; iRxEntry != MAX_UDP_DESTINATION; ++iRxEntry) {
|
||||||
udpDetails[iRxEntry].srcip = ipadd;
|
udpDetails[iRxEntry].srcip = ipadd;
|
||||||
udpDetails[iRxEntry].srcmac = macadd;
|
udpDetails[iRxEntry].srcmac = macadd;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user