mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-01 03:22:22 +02:00
Change address back to 50000
This commit is contained in:
@@ -49,7 +49,7 @@ int main (int argc, char *argv[]) {
|
||||
auto socket = zmq_socket(ctx, ZMQ_PUSH);
|
||||
|
||||
//TODO: Use ipc?
|
||||
if (zmq_connect(socket, "tcp://localhost:49000") != 0) {
|
||||
if (zmq_connect(socket, "tcp://localhost:50000") != 0) {
|
||||
throw runtime_error(strerror (errno));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user