From 29a99ba263cd32b4bc6510ef748d77abc143227c Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 18 Dec 2007 16:58:23 +0000 Subject: Fixes to max frame size default and fragmentation on broker. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@605251 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/ExecutionHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/client/ExecutionHandler.h') diff --git a/cpp/src/qpid/client/ExecutionHandler.h b/cpp/src/qpid/client/ExecutionHandler.h index 6286ccd591..5e3e75b801 100644 --- a/cpp/src/qpid/client/ExecutionHandler.h +++ b/cpp/src/qpid/client/ExecutionHandler.h @@ -72,7 +72,7 @@ public: // Allow other classes to set the out handler. framing::FrameHandler::Chain out; - ExecutionHandler(uint64_t maxFrameSize = 65536); + ExecutionHandler(uint64_t maxFrameSize = 65535); // Incoming handler. void handle(framing::AMQFrame& frame); -- cgit v1.2.1