diff options
author | Alan Conway <aconway@apache.org> | 2009-01-08 17:33:08 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2009-01-08 17:33:08 +0000 |
commit | 64bd79537e385a045b3c74de95ddd19f91163a26 (patch) | |
tree | 1f4ee85cfac2adca779be9042a5f8c71e67b08f9 /cpp/src/qpid/cluster/ClusterPlugin.cpp | |
parent | e6ab393e6dfef3bf90b2552a94e8e00dd3b6bfa4 (diff) | |
download | qpid-python-64bd79537e385a045b3c74de95ddd19f91163a26.tar.gz |
cluster: handle multicast errors.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@732768 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/ClusterPlugin.cpp')
-rw-r--r-- | cpp/src/qpid/cluster/ClusterPlugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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") ; } }; |