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/ConnectionHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/client/ConnectionHandler.cpp') diff --git a/cpp/src/qpid/client/ConnectionHandler.cpp b/cpp/src/qpid/client/ConnectionHandler.cpp index 6a07548378..84b0768c27 100644 --- a/cpp/src/qpid/client/ConnectionHandler.cpp +++ b/cpp/src/qpid/client/ConnectionHandler.cpp @@ -41,7 +41,7 @@ ConnectionHandler::ConnectionHandler() locale = "en_US"; heartbeat = 0; maxChannels = 32767; - maxFrameSize = 65536; + maxFrameSize = 65535; insist = true; version = framing::highestProtocolVersion; -- cgit v1.2.1