From 20e253844fddd084eac9b80dc9cc73efff12dd28 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 29 Oct 2008 15:15:08 +0000 Subject: * added flag to SubscriptionSettings to control automatic completion of message * removed automatic acquiring under autoAck mode * added test for results from acquire requests * added short txtest to the set of system tests run under make check git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@708919 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/FlowControl.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cpp/src/qpid/client/FlowControl.h') 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; -- cgit v1.2.1