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 | fdea08092fd3ddfa7492b152fa7a94e8d3a40c39 (patch) | |
| tree | 4379f369cde79b96342591581ae77a977bdf9d70 /qpid/cpp/src | |
| parent | 9ad9300d032b5e0aba5af4f7affd81600c9f8a5d (diff) | |
| download | qpid-python-fdea08092fd3ddfa7492b152fa7a94e8d3a40c39.tar.gz | |
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
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/sys/posix/BSDSocket.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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. // |
