mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 07:20:01 +02:00
something
This commit is contained in:
parent
9c7fb4da38
commit
a3cab06a40
@ -1672,7 +1672,7 @@ void UDPStandardImplementation::startDataCallback(){
|
|||||||
|
|
||||||
// server address to bind
|
// server address to bind
|
||||||
char hostName[100] = "tcp://127.0.0.1:";
|
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);
|
sprintf(hostName,"%s%d",hostName,portno);
|
||||||
|
|
||||||
//socket details
|
//socket details
|
||||||
|
Loading…
x
Reference in New Issue
Block a user