merge RCL_2_1
authorChad Peckham <chad.peckham@nokia.com>
Tue, 11 Aug 2009 14:28:59 -0500
branchRCL_2_1
changeset 416 41f62ef6635e
parent 415 491ffdbbc5b5 (diff)
parent 410 2f546bc3350a (current diff)
child 422 92d7efac8a15
merge
--- a/connectivity/com.nokia.tcf/native/TCFNative/TCFCommTCP/TcpComm.cpp	Tue Aug 11 14:16:50 2009 -0500
+++ b/connectivity/com.nokia.tcf/native/TCFNative/TCFCommTCP/TcpComm.cpp	Tue Aug 11 14:28:59 2009 -0500
@@ -152,7 +152,7 @@
 			{
 				int i = SO_MAX_MSG_SIZE;
 				// set socket options
-				BOOL keepAlive = FALSE;
+				BOOL keepAlive = TRUE;
 				setsockopt(m_socket, SOL_SOCKET, SO_KEEPALIVE, (const char*)&keepAlive, sizeof(BOOL));
 
 				struct linger l;