From 64bd79537e385a045b3c74de95ddd19f91163a26 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 8 Jan 2009 17:33:08 +0000 Subject: cluster: handle multicast errors. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@732768 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/ClusterPlugin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/qpid/cluster/ClusterPlugin.cpp') diff --git a/cpp/src/qpid/cluster/ClusterPlugin.cpp b/cpp/src/qpid/cluster/ClusterPlugin.cpp index 0f4944d392..783e4e5009 100644 --- a/cpp/src/qpid/cluster/ClusterPlugin.cpp +++ b/cpp/src/qpid/cluster/ClusterPlugin.cpp @@ -69,9 +69,9 @@ struct ClusterOptions : public Options { ("cluster-cman", optValue(values.quorum), "Integrate with Cluster Manager (CMAN) cluster.") #endif ("cluster-read-max", optValue(values.readMax,"N"), - "Throttle read rate from client connections.") + "Experimental: Throttle read rate from client connections.") ("cluster-write-estimate", optValue(values.writeEstimate, "Kb"), - "Estimate connection write rate per multicast cycle") + "Experimental: initial estimate for connection write per multicast cycle") ; } }; -- cgit v1.2.1