MCPcopy 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

ConnectMethod · 0.70
GetSocketFunction · 0.50
TYPED_TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50

Calls 1

SetSockoptTimeFunction · 0.70

Tested by 4

GetSocketFunction · 0.40
TYPED_TESTFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40