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

Function SetBroadcast

engine/dlib/src/dlib/socket_win32.cpp:291–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289 }
290
291 Result SetBroadcast(Socket socket, bool broadcast)
292 {
293 return SetSockoptBool(socket, SOL_SOCKET, SO_BROADCAST, broadcast);
294 }
295
296 Result AddMembership(Socket socket, Address multi_addr, Address interface_addr, int ttl)
297 {

Callers

nothing calls this directly

Calls 1

SetSockoptBoolFunction · 0.70

Tested by

no test coverage detected