Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
dmLogInitSocket
Function · 0.70
Connect
Function · 0.70
CreateSocket
Function · 0.70
SetupMulticastCapture
Function · 0.50
TcpServerThread
Function · 0.50
ServerThread
Function · 0.50
TYPED_TEST
Function · 0.50
TEST
Function · 0.50
Calls
1
SetSockoptBool
Function · 0.70
Tested by
5
SetupMulticastCapture
Function · 0.40
TcpServerThread
Function · 0.40
ServerThread
Function · 0.40
TYPED_TEST
Function · 0.40
TEST
Function · 0.40