summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-12-03 15:08:01 +0000
committerAlan Conway <aconway@apache.org>2008-12-03 15:08:01 +0000
commitbc880dbccf6c82d1e709a03536bda7bcdee52590 (patch)
treeacabe18a03c8cab22b70440b6927241fb1b33afc
parente65f12ac20989cb8bd4d54b2821d04fb03188ea7 (diff)
downloadqpid-python-bc880dbccf6c82d1e709a03536bda7bcdee52590.tar.gz
Corrected doxygen comment.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722923 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/qpid/client/ConnectionSettings.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/qpid/cpp/src/qpid/client/ConnectionSettings.h b/qpid/cpp/src/qpid/client/ConnectionSettings.h
index 0d7f9eb848..1b994a6da3 100644
--- a/qpid/cpp/src/qpid/client/ConnectionSettings.h
+++ b/qpid/cpp/src/qpid/client/ConnectionSettings.h
@@ -103,9 +103,8 @@ struct ConnectionSettings {
*/
uint16_t maxFrameSize;
/**
- * Allows the size of outgoing frames to be limited. The value
- * should be a mutliple of the maximum buffer size in use (which
- * is in turn set through the maxFrameSize setting above).
+ * Limit the size of the connections send buffer . The buffer
+ * is limited to bounds * maxFrameSize.
*/
uint bounds;
/**