Author: tabish Date: Mon Apr 30 12:43:35 2007 New Revision: 533837 URL: http://svn.apache.org/viewvc?view=rev&rev=533837 Log: Merging in Fixes for the 2.0.1 release Modified: activemq/activemq-cpp/tags/activemq-cpp-2.0.1/src/main/activemq/network/SocketFactory.cpp Modified: activemq/activemq-cpp/tags/activemq-cpp-2.0.1/src/main/activemq/network/SocketFactory.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/tags/activemq-cpp-2.0.1/src/main/activemq/network/SocketFactory.cpp?view=diff&rev=533837&r1=533836&r2=533837 ============================================================================== --- activemq/activemq-cpp/tags/activemq-cpp-2.0.1/src/main/activemq/network/SocketFactory.cpp (original) +++ activemq/activemq-cpp/tags/activemq-cpp-2.0.1/src/main/activemq/network/SocketFactory.cpp Mon Apr 30 12:43:35 2007 @@ -90,7 +90,7 @@ // Get the socket TCP_NODELAY flag. bool tcpNoDelay = - properties.getProperty( "tcpNoDelay", "true" ) == "true"; + properties.getProperty( "tcpNoDelay", "false" ) == "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