mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 23:37:14 +02:00
something
This commit is contained in:
@ -1672,7 +1672,7 @@ void UDPStandardImplementation::startDataCallback(){
|
||||
|
||||
// server address to bind
|
||||
char hostName[100] = "tcp://127.0.0.1:";
|
||||
int portno = DEFAULT_ZMQ_PORTNO + (detID*2+ithread);
|
||||
int portno = DEFAULT_ZMQ_PORTNO + (detID*numberofListeningThreads+ithread);
|
||||
sprintf(hostName,"%s%d",hostName,portno);
|
||||
|
||||
//socket details
|
||||
|
Reference in New Issue
Block a user