From 3a703237459096093b59befb5843f3edf23a35d3 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 3 Aug 2010 15:33:12 +0000 Subject: Disable non-0 session timeouts. Since session resume is not fully implemented, non-0 session timeouts are of no use. Moreover the partial implementation causes problems in a cluster as stale sessions kept alive by a timeout can interfere with failover and updates. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@981933 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/ClusterFixture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src/tests/ClusterFixture.h') diff --git a/qpid/cpp/src/tests/ClusterFixture.h b/qpid/cpp/src/tests/ClusterFixture.h index 1eee32b9a4..f548ff9376 100644 --- a/qpid/cpp/src/tests/ClusterFixture.h +++ b/qpid/cpp/src/tests/ClusterFixture.h @@ -89,7 +89,7 @@ class ClusterFixture : public vector { /** Kill a forked broker with sig, or shutdown localBroker. */ void kill(size_t n, int sig=SIGINT); - /** Kill a broker and suppressing errors from closing connection c. */ + /** Kill a broker and suppress errors from closing connection c. */ void killWithSilencer(size_t n, client::Connection& c, int sig=SIGINT); private: -- cgit v1.2.1