You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2007/04/30 14:58:28 UTC

svn commit: r533734 - /activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/network/SocketFactory.cpp

Author: tabish
Date: Mon Apr 30 05:58:27 2007
New Revision: 533734

URL: http://svn.apache.org/viewvc?view=rev&rev=533734
Log:
http://issues.apache.org/activemq/browse/AMQCPP-101

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/network/SocketFactory.cpp

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/network/SocketFactory.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/network/SocketFactory.cpp?view=diff&rev=533734&r1=533733&r2=533734
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/network/SocketFactory.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/network/SocketFactory.cpp Mon Apr 30 05:58:27 2007
@@ -90,7 +90,7 @@
 
         // Get the socket TCP_NODELAY flag.
         bool tcpNoDelay =
-            properties.getProperty( "tcpNoDelay", "false" ) == "true";
+            properties.getProperty( "tcpNoDelay", "true" ) == "true";
 
         // Now that we have all the elements that we wanted - let's do it!
         // Create a TCP Socket and then Wrap it in a buffered socket