mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 23:30:03 +02:00
eiger src ip fix
This commit is contained in:
parent
34d5d2da34
commit
419b1a1bf9
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user