From d997d88096f8588c0d80712a7fd2c212d36241d6 Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Tue, 8 Jan 2013 09:18:38 +0100 Subject: [PATCH] Revert "Old change to move ports off 5555 (was conflicting with other stuff)" This reverts commit da0efaa81771aba497a961d70f2166f500a52afd. --- tests/test_connect_delay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_connect_delay.cpp b/tests/test_connect_delay.cpp index f8778d43..ad419929 100644 --- a/tests/test_connect_delay.cpp +++ b/tests/test_connect_delay.cpp @@ -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.