From 5fec8f487c510e2309b3bc939fea70078a11af97 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Tue, 13 Jan 2009 19:08:29 +0000 Subject: Send heartbeat from broker to client - Server sends possible heartbeat range and client replies with desired heartbeat as part of the tune-tuneOk exchange git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@734220 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/ConnectionOptions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/tests/ConnectionOptions.h') diff --git a/cpp/src/tests/ConnectionOptions.h b/cpp/src/tests/ConnectionOptions.h index 30fe5ad9b1..cf86894235 100644 --- a/cpp/src/tests/ConnectionOptions.h +++ b/cpp/src/tests/ConnectionOptions.h @@ -44,6 +44,7 @@ struct ConnectionOptions : public qpid::Options, ("mechanism", optValue(mechanism, "MECH"), "SASL mechanism to use when authenticating.") ("locale", optValue(locale, "LOCALE"), "locale to use.") ("max-channels", optValue(maxChannels, "N"), "the maximum number of channels the client requires.") + ("heartbeat", optValue(heartbeat, "N"), "Desired heartbeat interval in seconds.") ("max-frame-size", optValue(maxFrameSize, "N"), "the maximum frame size to request.") ("bounds-multiplier", optValue(bounds, "N"), "bound size of write queue (as a multiple of the max frame size).") -- cgit v1.2.1