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/Connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/client/Connection.cpp') diff --git a/cpp/src/qpid/client/Connection.cpp b/cpp/src/qpid/client/Connection.cpp index 3210b29104..b2508f4a24 100644 --- a/cpp/src/qpid/client/Connection.cpp +++ b/cpp/src/qpid/client/Connection.cpp @@ -51,7 +51,7 @@ Connection::Connection(bool _debug, uint32_t _max_frame_size, framing::ProtocolV Connection::Connection(shared_ptr c) : channelIdCounter(0), version(framing::highestProtocolVersion), - max_frame_size(65536), + max_frame_size(65535), isOpen(false), impl(new ConnectionImpl(c)) {} -- cgit v1.2.1