From bc880dbccf6c82d1e709a03536bda7bcdee52590 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 3 Dec 2008 15:08:01 +0000 Subject: Corrected doxygen comment. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722923 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/client/ConnectionSettings.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'qpid/cpp') 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; /** -- cgit v1.2.1