Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ SetReceiveTimeout
Function
SetReceiveTimeout
engine/dlib/src/dlib/socket_win32.cpp:748–751 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
746
}
747
748
Result SetReceiveTimeout(Socket socket, uint64_t timeout)
749
{
750
return SetSockoptTime(socket, SOL_SOCKET, SO_RCVTIMEO, timeout);
751
}
752
753
char* AddressToIPString(Address address)
754
{
Callers
5
Connect
Method · 0.70
GetSocket
Function · 0.50
TYPED_TEST
Function · 0.50
TEST
Function · 0.50
TEST
Function · 0.50
Calls
1
SetSockoptTime
Function · 0.70
Tested by
4
GetSocket
Function · 0.40
TYPED_TEST
Function · 0.40
TEST
Function · 0.40
TEST
Function · 0.40