Author: aconway
Date: Wed Dec 3 07:08:01 2008
New Revision: 722923
URL: http://svn.apache.org/viewvc?rev=722923&view=rev
Log:
Corrected doxygen comment.
Modified:
incubator/qpid/trunk/qpid/cpp/src/qpid/client/ConnectionSettings.h
Modified: incubator/qpid/trunk/qpid/cpp/src/qpid/client/ConnectionSettings.h
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/qpid/client/ConnectionSettings.h?rev=722923&r1=722922&r2=722923&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/qpid/client/ConnectionSettings.h
(original)
+++ incubator/qpid/trunk/qpid/cpp/src/qpid/client/ConnectionSettings.h Wed Dec
3 07:08:01 2008
@@ -103,9 +103,8 @@
*/
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;
/**