mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-06-13 18:59:11 +00:00
more tcp fixes
This commit is contained in:
@@ -197,8 +197,6 @@ struct RemoteGUIHelperTCPInternalData
|
||||
return true;
|
||||
|
||||
m_tcpSocket.Initialize();
|
||||
m_tcpSocket.SetReceiveTimeout(100, 100);// (1, 0);
|
||||
m_tcpSocket.SetSendTimeout(100, 100);
|
||||
|
||||
m_isConnected = m_tcpSocket.Open(m_hostName.c_str(), m_port);
|
||||
if (m_isConnected)
|
||||
|
||||
Reference in New Issue
Block a user