Commit d997d880 authored by Pieter Hintjens's avatar Pieter Hintjens

Revert "Old change to move ports off 5555 (was conflicting with other stuff)"

This reverts commit da0efaa8.
parent aff14067
......@@ -53,7 +53,7 @@ int main (void)
val = 0;
rc = zmq_setsockopt(to, ZMQ_LINGER, &val, sizeof(val));
assert (rc == 0);
rc = zmq_bind(to, "tcp://*:5555");
rc = zmq_bind(to, "tcp://*:6555");
assert (rc == 0);
// Create a socket pushing to two endpoints - only 1 message should arrive.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment