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

Function SetReuseAddress

engine/dlib/src/dlib/socket_win32.cpp:286–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284 }
285
286 Result SetReuseAddress(Socket socket, bool reuse)
287 {
288 return SetSockoptBool(socket, SOL_SOCKET, SO_REUSEADDR, reuse);
289 }
290
291 Result SetBroadcast(Socket socket, bool broadcast)
292 {

Callers 8

dmLogInitSocketFunction · 0.70
ConnectFunction · 0.70
CreateSocketFunction · 0.70
SetupMulticastCaptureFunction · 0.50
TcpServerThreadFunction · 0.50
ServerThreadFunction · 0.50
TYPED_TESTFunction · 0.50
TESTFunction · 0.50

Calls 1

SetSockoptBoolFunction · 0.70

Tested by 5

SetupMulticastCaptureFunction · 0.40
TcpServerThreadFunction · 0.40
ServerThreadFunction · 0.40
TYPED_TESTFunction · 0.40
TESTFunction · 0.40