diff options
| author | Alan Conway <aconway@apache.org> | 2013-01-14 19:08:37 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2013-01-14 19:08:37 +0000 |
| commit | 3788386fe0c3d211bbeab4da9d22b7be65429a20 (patch) | |
| tree | 8f94b8e61d72b48a21495bdf576d2520f3d22bd8 /cpp/src | |
| parent | c6d18596f25494d0f20cb531a99218744fd5db67 (diff) | |
| download | qpid-python-3788386fe0c3d211bbeab4da9d22b7be65429a20.tar.gz | |
QPID-4514: Clean up cluster code: Obsolete comment in BSDSocket.cpp.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1433053 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/qpid/sys/posix/BSDSocket.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/src/qpid/sys/posix/BSDSocket.cpp b/cpp/src/qpid/sys/posix/BSDSocket.cpp index 4fe85b93fb..7c31b13ae9 100644 --- a/cpp/src/qpid/sys/posix/BSDSocket.cpp +++ b/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. // |
