diff options
-rw-r--r-- | qpid/cpp/src/qpid/client/ConnectionSettings.h | 5 |
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; /** |