From 2f23dba7b1ffbe72979f6c78c3d103b1244f0ead Mon Sep 17 00:00:00 2001 From: Kevin Rocard Date: Thu, 5 Jun 2014 11:42:32 +0200 Subject: Remove remote process socket connection timeout From time to time, on Buildbot, the PFW generation build step fails due to remote processor socket connection timeout. In order to avoid deconnection when the peer is slow, this patch removes the remote processor socket connection timeout. Change-Id: I56b5b4b846a7489accd56ba3a3224dc1ffc1085e Tracked-On: https://jira01.devtools.intel.com/browse/IMINAN-5511 Signed-off-by: Kevin Rocard Reviewed-on: https://android.intel.com:443/289012 --- remote-processor/RemoteProcessorServer.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'remote-processor') diff --git a/remote-processor/RemoteProcessorServer.cpp b/remote-processor/RemoteProcessorServer.cpp index dff935b..c1d87e5 100644 --- a/remote-processor/RemoteProcessorServer.cpp +++ b/remote-processor/RemoteProcessorServer.cpp @@ -157,9 +157,6 @@ void CRemoteProcessorServer::handleNewConnection() return; } - // Set timeout - clientSocket->setTimeout(5000); - // Process all incoming requests from the client while (true) { -- cgit v1.1