Game Development Community

TCPObject - timeout on connect

by Edward Rotberg · in Torque 3D Professional · 05/27/2010 (5:09 pm) · 0 replies

I've been struggling with a TCPObject connection issue. The error that is getting reported by Torque is "NoError" but when I delve deeper into the problem, I can see that the getsockopt() call in Net::process() is actually returning WSAETIMEDOUT. I've used this same TCPObject to connect to other servers with no problems. I've been able to connect to the server that I'm timing out on with a php cURL request without problem.

Is there any way to change the default timeout value to give this connection more time?

Thanks in advance,

= Ed =