diff options
| author | Alan Conway <aconway@apache.org> | 2009-01-09 04:50:35 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-01-09 04:50:35 +0000 |
| commit | 11e35dd461a19e23053756cee5c4ec214fa5597f (patch) | |
| tree | 8095750bea88b52ba9333cf0f35b3fc5e3ebaccf /cpp/src/qpid/cluster/Cluster.h | |
| parent | 92cbb60068d48c36108cb9e3ec436d2808428d15 (diff) | |
| download | qpid-python-11e35dd461a19e23053756cee5c4ec214fa5597f.tar.gz | |
Added --cluster-read-max: max number of outstanding mcasts in CPG buffers.
Work around problems with CPG flow control.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@732925 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Cluster.h')
| -rw-r--r-- | cpp/src/qpid/cluster/Cluster.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Cluster.h b/cpp/src/qpid/cluster/Cluster.h index b8fe61bf15..097955ebaa 100644 --- a/cpp/src/qpid/cluster/Cluster.h +++ b/cpp/src/qpid/cluster/Cluster.h @@ -70,7 +70,7 @@ class Cluster : private Cpg::Handler, public management::Manageable { * Join a cluster. */ Cluster(const std::string& name, const Url& url, broker::Broker&, bool useQuorum, - size_t readMax, size_t writeEstimate); + size_t readMax, size_t writeEstimate, size_t mcastMax); virtual ~Cluster(); |
