summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/FlowControl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/client/FlowControl.h')
-rw-r--r--cpp/src/qpid/client/FlowControl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/qpid/client/FlowControl.h b/cpp/src/qpid/client/FlowControl.h
index 0f5f8596ec..d2205aaa78 100644
--- a/cpp/src/qpid/client/FlowControl.h
+++ b/cpp/src/qpid/client/FlowControl.h
@@ -42,8 +42,9 @@ namespace client {
* is renewed.
*
* In "window mode" credit is automatically renewed when a message is
- * accepted. In non-window mode credit is not automatically renewed,
- * it must be explicitly re-set (@see Subscription)
+ * completed (which by default happens when it is accepted). In
+ * non-window mode credit is not automatically renewed, it must be
+ * explicitly re-set (@see Subscription)
*/
struct FlowControl {
static const uint32_t UNLIMITED=0xFFFFFFFF;