mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 15:20:02 +02:00
trying different machine zmq
This commit is contained in:
parent
8c53ce9f87
commit
f7b7939ca1
@ -1671,7 +1671,7 @@ void UDPStandardImplementation::startDataCallback(){
|
||||
struct timespec begin,end;
|
||||
|
||||
// server address to bind
|
||||
char hostName[100] = "tcp://127.0.0.1:";
|
||||
char hostName[100] = "tcp://*:";//"tcp://127.0.0.1:";
|
||||
int portno = DEFAULT_ZMQ_PORTNO + (detID*numberofListeningThreads+ithread);
|
||||
sprintf(hostName,"%s%d",hostName,portno);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user