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 | 73afde68e931a5cf0e7358a188a05e77c60647c0 (patch) | |
| tree | 8f94b8e61d72b48a21495bdf576d2520f3d22bd8 /cpp | |
| parent | 75ce58847bb8735f37a11f24598e16519fa38d94 (diff) | |
| download | qpid-python-73afde68e931a5cf0e7358a188a05e77c60647c0.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')
| -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. // |
