mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
fix for jungfrau virtual rr
This commit is contained in:
@ -33,6 +33,9 @@ int getUdPSocketDescriptor(int iRxEntry, int index) { return udpSockfd[iRxEntry]
|
||||
|
||||
int setUDPDestinationDetails(int iRxEntry, int index, const char *ip,
|
||||
unsigned short int port) {
|
||||
LOG(logDEBUG1,
|
||||
("Setting udp destination details for socket %d [iRxEntry:%d]\n", index,
|
||||
iRxEntry));
|
||||
udpDestinationPort[iRxEntry][index] = port;
|
||||
size_t len = strlen(ip);
|
||||
memset(udpDestinationIp[iRxEntry][index], 0, INET_ADDRSTRLEN);
|
||||
|
Reference in New Issue
Block a user