mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 07:16:04 +00:00
Old change to move ports off 5555 (was conflicting with other stuff)
This commit is contained in:
parent
b0f0d3fcb4
commit
da0efaa817
@ -53,7 +53,7 @@ int main (void)
|
|||||||
val = 0;
|
val = 0;
|
||||||
rc = zmq_setsockopt(to, ZMQ_LINGER, &val, sizeof(val));
|
rc = zmq_setsockopt(to, ZMQ_LINGER, &val, sizeof(val));
|
||||||
assert (rc == 0);
|
assert (rc == 0);
|
||||||
rc = zmq_bind(to, "tcp://*:6555");
|
rc = zmq_bind(to, "tcp://*:5555");
|
||||||
assert (rc == 0);
|
assert (rc == 0);
|
||||||
|
|
||||||
// Create a socket pushing to two endpoints - only 1 message should arrive.
|
// Create a socket pushing to two endpoints - only 1 message should arrive.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user