From fdea08092fd3ddfa7492b152fa7a94e8d3a40c39 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 14 Jan 2013 19:08:37 +0000 Subject: QPID-4514: Clean up cluster code: Obsolete comment in BSDSocket.cpp. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1433053 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/sys/posix/BSDSocket.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'qpid/cpp/src') diff --git a/qpid/cpp/src/qpid/sys/posix/BSDSocket.cpp b/qpid/cpp/src/qpid/sys/posix/BSDSocket.cpp index 4fe85b93fb..7c31b13ae9 100644 --- a/qpid/cpp/src/qpid/sys/posix/BSDSocket.cpp +++ b/qpid/cpp/src/qpid/sys/posix/BSDSocket.cpp @@ -162,11 +162,6 @@ void BSDSocket::connect(const SocketAddress& addr) const // remote port (which is unoccupied) as the port to bind the local // end of the socket, resulting in a "circular" connection. // - // This seems like something the OS should prevent but I have - // confirmed that sporadic hangs in - // cluster_tests.LongTests.test_failover on RHEL5 are caused by - // such a circular connection. - // // Raise an error if we see such a connection, since we know there is // no listener on the peer address. // -- cgit v1.2.1