diff options
| author | Alan Conway <aconway@apache.org> | 2009-05-26 21:41:52 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-05-26 21:41:52 +0000 |
| commit | b9ce6e056f3ec10fc0efc710a29e2b9d60657c27 (patch) | |
| tree | 7402007454c505975f11f9b889631e5d92db9cf5 /qpid/cpp/xml/cluster.xml | |
| parent | e6e47a46b03da1a275cf6646614139f5d9abf513 (diff) | |
| download | qpid-python-b9ce6e056f3ec10fc0efc710a29e2b9d60657c27.tar.gz | |
Improved doOutput algorithm.
Simpler & more robust algorithm based on message count rather than byte size.
Self-tuning, removes 2 hard-to-explain cluster options.
Similar or marginally better performance.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@778896 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/xml/cluster.xml')
| -rw-r--r-- | qpid/cpp/xml/cluster.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/xml/cluster.xml b/qpid/cpp/xml/cluster.xml index df90fc6f82..f66c7a7791 100644 --- a/qpid/cpp/xml/cluster.xml +++ b/qpid/cpp/xml/cluster.xml @@ -74,7 +74,7 @@ <control name="deliver-close" code="0x2"/> <control name="deliver-do-output" code="0x3"> - <field name="bytes" type="uint32"/> + <field name="limit" type="uint32"/> </control> <!-- Update controls. Sent to a new broker in joining mode. @@ -139,6 +139,7 @@ <field name="connection-id" type="uint64"/> <field name="user-name" type="str8"/> <field name="fragment" type="str32"/> + <field name="send-max" type="uint32"/> </control> <!-- Complete a cluster state update. --> |
