summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
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;
/**