From caeb25f145d08eb086696ef2cba7fd70ac103515 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Wed, 17 Apr 2013 22:48:02 +0000 Subject: QPID-3689: Change tcp nodelay to be the default This change also alters the implementation of simple switch like options when using boost version 1.35 and later. We now allow these switches to also take an optional "=yes" or "=no" (and similar) argument. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1469088 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/ConnectionSettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/client/ConnectionSettings.cpp') diff --git a/cpp/src/qpid/client/ConnectionSettings.cpp b/cpp/src/qpid/client/ConnectionSettings.cpp index 822e4af269..20804572a4 100644 --- a/cpp/src/qpid/client/ConnectionSettings.cpp +++ b/cpp/src/qpid/client/ConnectionSettings.cpp @@ -37,7 +37,7 @@ ConnectionSettings::ConnectionSettings() : maxChannels(32767), maxFrameSize(65535), bounds(2), - tcpNoDelay(false), + tcpNoDelay(true), service(qpid::saslName), minSsf(0), maxSsf(256), -- cgit v1.2.1