MCPcopy Create free account
hub / github.com/defold/defold / SetSendTimeout

Function SetSendTimeout

engine/dlib/src/dlib/socket_win32.cpp:743–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741 }
742
743 Result SetSendTimeout(Socket socket, uint64_t timeout)
744 {
745 return SetSockoptTime(socket, SOL_SOCKET, SO_SNDTIMEO, timeout);
746 }
747
748 Result SetReceiveTimeout(Socket socket, uint64_t timeout)
749 {

Callers 5

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

Calls 1

SetSockoptTimeFunction · 0.70

Tested by 3

GetSocketFunction · 0.40
TYPED_TESTFunction · 0.40
TESTFunction · 0.40