summaryrefslogtreecommitdiff
path: root/cpp/src
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
commitc52c191d8c1c55419aa9545c4fb276b69566e623 (patch)
tree388af11a20e1e749dc9bdcfb900003b5e4fde621 /cpp/src
parent4bb00aa3c6025d85454b896ead28bb0e0dad41fa (diff)
downloadqpid-python-c52c191d8c1c55419aa9545c4fb276b69566e623.tar.gz
Corrected doxygen comment.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@722923 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/client/ConnectionSettings.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/cpp/src/qpid/client/ConnectionSettings.h b/cpp/src/qpid/client/ConnectionSettings.h
index 0d7f9eb848..1b994a6da3 100644
--- a/cpp/src/qpid/client/ConnectionSettings.h
+++ b/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;
/**