mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-06-14 11:19:15 +00:00
set tcp timeouts for send/receive
This commit is contained in:
@@ -159,7 +159,7 @@ void TCPThreadFunc(void* userPtr, void* lsMemory)
|
||||
socket.Listen("localhost", args->m_port);
|
||||
|
||||
socket.SetReceiveTimeout(100, 100);// (1, 0);
|
||||
|
||||
socket.SetSendTimeout(100, 100);
|
||||
|
||||
int curNumErr = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user